Product Version: 6.5.0.0
Overview of Silent Installation Switches
Silent installation switches are command-line options that allow applications to be installed or uninstalled without user interaction. They are commonly used in enterprise environments for mass deployment.
/s or /silent – Runs the installer silently in the background, without showing prompts or dialogs.
/qn – Used with MSI packages (Windows Installer). Runs in quiet mode with no user interface.
/norestart – Prevents automatic system restart after installation. Useful to avoid workflow disruptions.
Software Details and Silent Installation/Uninstallation Switches
Software | Version | Silent Installation Command | Silent Uninstallation Command |
---|---|---|---|
Zoom (x64) | 6.0.3.37634 | ZoomInstallerFull_6.0.3.37634_x64.msi /qn /norestart | msiexec /x ZoomInstallerFull_6.0.3.37634_x64.msi /qn /norestart |
Google Chrome (x64) | Latest | googlechromestandaloneenterprise64.msi /qn /norestart | msiexec /x googlechromestandaloneenterprise64.msi /qn /norestart |
Cliq (x64) | 1.7.2 | Cliq-1.7.2-x64.msi /qn /norestart | msiexec /x Cliq-1.7.2-x64.msi /qn /norestart |
Evernote for Mac | 10.86.4 | snagit.exe /quiet /passive /norestart | Manual removal required |
Citrix Workspace | 24.3.0.93 | CitrixWorkspaceApp.exe /silent /norestart /AutoUpdateCheck=disabled | CitrixWorkspaceApp.exe /uninstall /silent |
Microsoft PowerBI Desktop (x64) | Latest | PBIDesktopSetup_x64.exe -quiet -norestart ACCEPT_EULA=1 | PBIDesktopSetup_x64.exe -uninstall -quiet -norestart |
Evernote 10 | 10.86.4 | Evernote-latest.exe /ALLUSER /S | Evernote-latest.exe /AllUsers /S |
NVIDIA GeForce Experience (x64) | 3.28.0.412 | GeForce_Experience_v3.28.0.412.exe /s | GeForce_Experience_v3.28.0.412.exe /s |
TeamViewer 15 (x64) | 15.53.6 | TeamViewer_Setup_15.53.6_x64.exe /S | TeamViewer_Setup_15.53.6_x64.exe /S |
Slack | 4.38.115 | slack-standalone-4.38.115.msi /qn /norestart | msiexec /x slack-standalone-4.38.115.msi /qn /norestart |
Mozilla Thunderbird | 115.10.1 | Thunderbird Setup 115.10.1.exe /S /PreventRebootRequired=true | Thunderbird Setup 115.10.1.exe /uninstall /S |
Notes
MSI-based installers typically support both
/qn
and/norestart
for silent mode.EXE-based installers vary, so uninstallation switches may differ depending on vendor implementation.
Always test the commands in a controlled environment before large-scale deployment.
Some software (e.g., Evernote for Mac) may not support silent uninstallation and might require manual removal.
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