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.
installation scripting
About this tag
Installation scripting on WindowsForum.com covers methods for automating software deployment, including creating MSI files to copy files and configure system components. Discussions focus on packaging scripts and configuration files into installers, such as embedding VBS scripts into C:\Windows and importing XML files into Task Scheduler. The tag addresses practical challenges in building custom installation packages for Windows environments, with an emphasis on scripting solutions for enterprise deployment and system administration tasks.
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