When performing a silent installation of NetSupport Manager or NetSupport School, there may be occasions where you do not want to restart at the end of the installation. For example, you may be installing more than one product to a machine.
To do a silent installation without restarting, there is a command line parameter that can be added onto the silent installation command.
The commands are as follows:
MSI installer:
msiexec /i “NetSupport School/Manager.msi” /qn REBOOT=ReallySuppress
Setup.exe installer:
Setup.exe /S /v”/qn REBOOT=ReallySuppress”
Using these commands, the silent installation will be performed, but the machine will not be restarted.