You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
task scheduler import
About this tag
The task scheduler import tag covers discussions about importing XML task definitions into Windows Task Scheduler, often as part of automated deployment or MSI package creation. Users seek methods to programmatically import task scheduler XML files, for example, by including them in an MSI installer that copies scripts and imports task configurations. The tag focuses on practical solutions for importing scheduled tasks without manual intervention, relevant for system administrators and IT professionals managing Windows task automation.
How do I create an MSI file to do the following:
Install file.vbs into C:\Windows
Import file.xml into TaskScheduler
Note: both files to be contained in the MSI file.
Thank you