Tagged Questions

3
votes
4answers
1k views

Simplest solution to replace a tiny file inside an MSI?

Many of our customers have access to InstallShield, WISE or AdminStudio. These aren't a problem. I'm hoping there is some way I can provide our smaller customers without access to …
4
votes
3answers
893 views

How to make better use of MSI files.

As you might know, msiexec is a command line app that you can use to install an MSI file. As you might know, you can run it in silent or invisible mode. My question is this. …