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.
vbs file installation
About this tag
Discussions about VBS file installation on WindowsForum.com focus on creating MSI packages that include VBS scripts and related files. Users seek methods to deploy VBS files to system directories like C:\Windows and automate tasks such as importing XML files into Task Scheduler. The tag covers practical guidance on packaging VBS scripts within MSI installers for enterprise deployment or software distribution, addressing common challenges in script-based installations on Windows systems.
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