Problem
When I try to install Snagit with the MSI, I get an error: "This MSI has been created for Enterprise installation use."
Solution
The Snagit MSI is designed for Enterprise deployments, and therefore does not include a user interface. To run the MSI, a switch must be included in the command that is used to execute the install. For more information about enterprise installations, please visit our Enterprise Resources page.
Correct
- msiexec.exe /I "\\server\install\snagit.msi" TRANSFORMS="\\server\install\snagit.mst" /passive
- msiexec.exe /I "\\server\install\snagit.msi" TRANSFORMS="\\server\install\snagit.mst" /quiet
Incorrect
- msiexec.exe /I "\\server\install\snagit.msi" TRANSFORMS="\\server\install\snagit.mst"