To illustrate the capabilities of the MSI Wrapper we have created a couple of MSI files for popular programs that normally only ships with an executable installer. Each of these installers have been wrapped and are now “ready to use” MSI packages.
- Firefox 14.0.1 MSI package
Silent install example:
msiexec /quiet /i “Firefox Setup 14.0.1.msi” WRAPPED_ARGUMENTS=”/S”Silent uninstall example:
msiexec /quiet /x “Firefox Setup 14.0.1.msi” WRAPPED_ARGUMENTS=”/S” - SumatraPDF 2.1.1 MSI package