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