Siemens Desigo CC silent install
Hey there,
I'm at the moment packaging a software called Siemens Desigo CC Client.
Basically a silent install is working but the installer is waiting for a reboot and thus my script is not continuing.
Does anyone have experience with this software?
I am starting the silent install with "Gms.InstallerSetup.exe /q "xml_file""
Thank you.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
JasonEgg
3 years ago
you can add the "n" switch to suppress the restart:
Gms.InstallerSetup.exe /qn "xml_file"
If the computer NEEDS to be restarted right after the install then I would use a script and add a final task that prompts the user to reboot.