Trying to run a MSI install with the following command line:
msiexec /i “Filename.msi” ALLUSERS=2 /passive
When pushing the application through Altiris is fails with MSI error 1639 as seen here:
ERROR_INVALID_COMMAND_LINE
1639 (0x667)
Invalid command-line argument. Consult the Windows Installer SDK for detailed command-line help.
However, if navigating to the cache folder and running that same installation command in the command prompt it installs normally.
ITMS 8.5, 8.6, 8.7
Software Management Solution
The following command line includes curly quotes instead of straight quotes as shown here:
msiexec /i “Filename.msi” ALLUSERS=2 /passive
Replace the curly quotes with straight quotes.