Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Experts,

I am working on WIX Installer to deploy complete package of our product and it’s a web application.

Below component need to install by the installer file (.msi file):
1. Asp.Net Website
2. Database Configuration (It might be new package DB for new client or some script (Ex: Product script) up-gradation for existing client)
3. Scheduler configuration (I have some exe which need to configure as task scheduler to do some background job like report generation, etc.)

As per my status in development, I can deploy the website perfectly in IIS and also I can execute the SQL script silently through batch file using custom action in asynchronous mode. But I am looking for the SQL script execution in a different way like a dialog will pop up for browsing script file to execute against the database.

I don’t know how to configure exe as scheduler through installer.

Thanks,
Purna
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900