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.
  1. M

    Create MSI to copy files

    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