Software Installation Details and Silent Installation Switches Overview

Modified on Fri, 3 Oct at 5:30 PM

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

SoftwareVersionSilent Installation CommandSilent Uninstallation Command
Zoom (x64)6.0.3.37634ZoomInstallerFull_6.0.3.37634_x64.msi /qn /norestartmsiexec /x ZoomInstallerFull_6.0.3.37634_x64.msi /qn /norestart
Google Chrome (x64)Latestgooglechromestandaloneenterprise64.msi /qn /norestartmsiexec /x googlechromestandaloneenterprise64.msi /qn /norestart
Cliq (x64)1.7.2Cliq-1.7.2-x64.msi /qn /norestartmsiexec /x Cliq-1.7.2-x64.msi /qn /norestart
Evernote for Mac10.86.4snagit.exe /quiet /passive /norestartManual removal required
Citrix Workspace24.3.0.93CitrixWorkspaceApp.exe /silent /norestart /AutoUpdateCheck=disabledCitrixWorkspaceApp.exe /uninstall /silent
Microsoft PowerBI Desktop (x64)LatestPBIDesktopSetup_x64.exe -quiet -norestart ACCEPT_EULA=1PBIDesktopSetup_x64.exe -uninstall -quiet -norestart
Evernote 1010.86.4Evernote-latest.exe /ALLUSER /SEvernote-latest.exe /AllUsers /S
NVIDIA GeForce Experience (x64)3.28.0.412GeForce_Experience_v3.28.0.412.exe /sGeForce_Experience_v3.28.0.412.exe /s
TeamViewer 15 (x64)15.53.6TeamViewer_Setup_15.53.6_x64.exe /STeamViewer_Setup_15.53.6_x64.exe /S
Slack4.38.115slack-standalone-4.38.115.msi /qn /norestartmsiexec /x slack-standalone-4.38.115.msi /qn /norestart
Mozilla Thunderbird115.10.1Thunderbird Setup 115.10.1.exe /S /PreventRebootRequired=trueThunderbird 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

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article