Silent Installs

Created by Steve Hill, Modified on Mon, 11 Nov at 1:46 PM by Steve Hill

To perform silent installs, please follow these instructions.


1. Start Windows Powershell or Command Prompt as administrator. Much of our installers create registry entries with the installation which will require administrator privileges.


2. Use the following code to run the installation. Be sure to replace the red bold text with your own path to the MSI and the log. If there are spaces in either path, ensure to wrap them in quotes.


msiexec /i c:\path\to\package.msi /quiet /qn /norestart /log c:\path\to\log\MyLog.log ALLUSERS=1

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article