The best way to silently install CaseGuard

⌘K

The best way to silently install CaseGuard

Scenario

How do I silently install CaseGuard Studio on multiple computers at once? In this article, we will answer this exact question to make your silent installation of CaseGuard quick and easy. A silent install is a method of software installation that runs without displaying any user interface or prompts. Silent installs are best for deploying software across multiple computers in a network so end users’ work will not be interrupted.

Follow the steps below to silently install CaseGuard Studio!

  • The first step of any silent install is to install the .exe. Please install the CaseGuard Studio installer using the link sent to your email.
    • For a more detailed explanation, please see this article.
  • Once you have the CaseGuard installer installed, please search Command Prompt or Windows Powershell in your Windows search bar and launch as administrator.

Windows Search CMD

  • Once the Command Prompt has been opened, please set your command prompt direct to the downloads path.
    • To set your Command prompt to the download path copy and paste this command:                  cd C:\Users\%USERNAME%\Downloads. Please change the %USERNAME% to the username you are currently logged in with.

CMD Silent Install

  • Once the path is set correctly, please copy and paste one of the commands below to silently install CaseGuard. Please ensure to change the commands version number to match the one of your installer.
    • 100% silently install the application : .\caseguardstudio-9.x.x.exe /exenoui /qn
    • Add main and OCR languages package: .\caseguardstudio-9.x.x.exe /exenoui /qn ADDLOCAL=main,ocr
      https://learn.microsoft.com/en-us/windows/win32/msi/addlocal
    • Update via switch: same as installation, but with a new installation file, like .\caseguardstudio-9.x.x.exe /exenoui /qn
    • Uninstall without UI : .\caseguardstudio-9.x.x.exe /x // /qn
    • Install it to the computer level via a switch: Now default of silent installation will be per machine.
      Use MSIINSTALLPERUSER=1 for per-user.
      Use ALLUSERS=1 for per machine, if the default failed.
      For example: .\caseguardstudio-9.x.x.exe /exenoui /qn ALLUSERS=1
    • They can be used together. For example .\caseguardstudio-9.x.x.exe /exenoui /qn ADDLOCAL=main,ocr ALLUSERS=1
    • If the installer encounters errors during installation, a log can be created for the developer to diagnose the issue. To create a log file during installation, run the following command: .\caseguardstudio-9.0.0.exe /L*V "studio_installation.log"

Silent install CMD Command

  • Once you have entered the command press enter and the silent install will begin. The installation will take a few minutes, after a few minutes check Add or Remove programs to ensure the installation is completed.

caseguard-installed-apps

Now CaseGuard Studio has been silently installed. If you have any questions, please contact [email protected].