Post Reply

Forums -> UltraMon™ -> silent upgrade; hidden to user
Betsy   2017-11-13 08:06
Will someone please let me know what is wrong with my batch file? I keep trying and all I get is the Windows Installer Help file.

msiexec.exe /i /qn "\\servername\APPS\Ultramon\UltraMon_3.4.0_en_x64.msi" USERNAME="AB & C Company" PIDKEY=1234567890

Thanks!
Betsy
Christian Studer   2017-11-13 11:31
The name of the setup file needs to come after the /i switch, otherwise the command is fine:

msiexec.exe /i "\\servername\APPS\Ultramon\UltraMon_3.4.0_en_x64.msi" /qn USERNAME="AB & C Company" PIDKEY=1234567890

Christian Studer - www.realtimesoft.com
Betsy   2017-11-13 13:59
Thank you!!

Thanks!
Betsy
Forums -> UltraMon™ -> silent upgrade; hidden to user

Post Reply