Are there any installer makers that would allow me to create an installer that can add a Scheduled task to the Windows Task Scheduler?
Our product is a web application that uses IIS/Application pools and MSSQL. We are currently using InstallShield and a some batch and powershell scripts to do what we want but we have found that InstallShield is hard to use. Our InstallShield Installer installs the product and the batch files to the install directory and calls them at the end of the installer.
Ideally we would like to be able to Create the IIS applications(with custom settings), Create a windows network share, Setup the MSSQL database, and add the tasks to the task scheduler using the installer. If this isn't possible we would at least like an install tool that would allow us to pass variables from input fields to external scripts and programs easier than install shield.
Do you have any information on install tools that would be able to do any of this?