Tagged Questions
5
votes
5answers
7k 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 commercial ...
4
votes
3answers
2k 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. If the installer ...