This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: I need to create a Windows Scheduled Task with InstallShield LE in Visual Studio
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 06, 2014
06:29 AM
I need to create a Windows Scheduled Task with InstallShield LE in Visual Studio
Is there a way to add a Windows Scheduled Task directly through the UI Template? I want the scheduled task to execute a console application that is included in the installation. Another option would be to specify commands to execute at the end of the installation. If adding a Scheduled Task through the UI Template is not an option then how can I add my own commands or .bat file to be run at the end of the installation?
(1) Reply
May 08, 2014
03:58 AM
Hi,
A windows scheduled task cannot be directly created in ISLE UI. However, it is possible to add a scheduled task in InstallShield Premier and Professional versions, directly in the UI template.
An alternate option would be to create a batch file and include your scheduled task within the batch file and run this at the end of installation by using a custom action. This custom action may be sequenced before the InstallFinalize.
Hope this helps.
Thanks,
Chaitra
A windows scheduled task cannot be directly created in ISLE UI. However, it is possible to add a scheduled task in InstallShield Premier and Professional versions, directly in the UI template.
An alternate option would be to create a batch file and include your scheduled task within the batch file and run this at the end of installation by using a custom action. This custom action may be sequenced before the InstallFinalize.
Hope this helps.
Thanks,
Chaitra