- Thread starter
- #11
Ah! I figured it out! This is a dirty trick:
Normally you would use 'setup.msi' to install the software.
Instead, use: "msiexec /a setup.msi".
This starts a *network* install, which is to be ran on a server - and this install does not check for version numbers
Normally you would use 'setup.msi' to install the software.
Instead, use: "msiexec /a setup.msi".
This starts a *network* install, which is to be ran on a server - and this install does not check for version numbers