msi packaging

About this tag
Discussions about MSI packaging on WindowsForum.com focus on creating MSI files to automate file deployment and system configuration tasks. Users seek guidance on building MSI packages that copy files to specific directories, such as C:\Windows, and import XML files into Task Scheduler. The tag covers practical methods for generating MSI installers that bundle scripts and configuration data, often using tools like Windows Installer or third-party packaging software. Topics include embedding files within the MSI, defining installation paths, and ensuring proper execution of post-installation steps. These conversations are relevant for IT professionals and system administrators who need to distribute custom software or settings across Windows environments.
  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