Remote Support Services for PC Network Tech

How to install the application in the background without restarting the computer?

(the computer should be restarted manually after installation), enter:
msiexec /i <package_name> /qn
To install the application in the background and then restart the computer, enter:
msiexec /i <package_name> ALLOWREBOOT=1 /qn

/qn – quiet installation without rebooting
/qn ALLOWREBOOT=1 – quiet installation with rebooting (without asking)
/qb – install without rebooting (only progress bar)
/qb ALLOWREBOOT=1 – installation and request a reboot�
 

To get uninstall string – http://www.nirsoft.net/utils/myuninst.zip

facebook How to install the application in the background without restarting the computer? twitter How to install the application in the background without restarting the computer? linkedin How to install the application in the background without restarting the computer? wordpress How to install the application in the background without restarting the computer? evernote How to install the application in the background without restarting the computer? gmail How to install the application in the background without restarting the computer? printfriendly How to install the application in the background without restarting the computer? print How to install the application in the background without restarting the computer? share save 171 16 How to install the application in the background without restarting the computer?