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
Feedback sent
We appreciate your effort and will try to fix the article