file embedding

About this tag
Discussions tagged with 'file embedding' on WindowsForum.com focus on creating MSI installer packages that contain and deploy files to specific system locations. A common request involves embedding scripts like .vbs files into the Windows directory and importing configuration files such as .xml into Task Scheduler. The tag covers techniques for bundling multiple files within a single MSI for automated deployment, often in enterprise or IT administration contexts. Topics may include MSI creation tools, scripting for silent installations, and ensuring proper file placement and task scheduling during setup.
  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
Back
Top