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.
wix toolset
About this tag
The wix toolset tag covers discussions about creating Windows Installer (MSI) packages using the WiX Toolset. Topics include building MSI files to copy files to system directories like C:\Windows and importing XML configurations into Task Scheduler. Users seek guidance on packaging files within an MSI for automated deployment. The tag focuses on practical MSI creation tasks rather than advanced WiX features.
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