MSI: Fresh installation and upgrade

Installation only for logged-in users using MSI in Silent Mode

  1. Run CMD as administrator.
  2. Navigate to installer file location and select the installer WinshuttleStudio_x64.msi.
  3. Provide the following command: C:\Users\winshuttlebuild\Desktop\Studio Installer>msiexec /i_WinshuttleStudio-x64.msi qn

Upgrade using .msi: Executing directly

  1. Run CMD as administrator.
  2. Navigate to the installer file location and select the installer.
  3. Provide the following commands: 
    C:\Users\winshuttlesbuild\Desktop\Studio Installer\upgrade>msiexe /i WinshuttleStudio-x86.msi REINSTALL=ALL REINSTALLMODE=Vomus
    C:\Users\winshuttlebuild\Desktop\Studio Installer\Upgrade>
  4. Press Enter, and wait for the dialog box to process.
  5. Click Next.
  6. Upgrade the Studio installer.
  7. Click Finish to complete upgrade process.

Upgrade using .msi: Command line, silent installation

  1. Run CMD as administrator.
  2. Navigate to the installer file location and select the installer.
  3. Provide the following commands: 
    C:\Users\winshuttlesbuild\Desktop\Studio Installer\Upgrade>msiexe /i WinshuttleStudio-x86.msi REINSTALL=ALL REINSTALLMODE=Vomus /qn
    C:\Users\winshuttlebuild\Desktop\Studio Installer\Upgrade>
  4. Press Enter, and wait for the dialog box to process.
  5. Click Next.

Installation for all-users - using MSI in silent mode

  1. The command has two additional attributes (ARPNOMODIFY=0 ALLUSERS=2) to ensure installation for All Users using MSI in silent mode.

    msiexec /i "msi file name" /qn ARPNOMODIFY=0 ALLUSERS=2
    C:\Users\centraluser\Desktop\STUDIO>msiexec /i winshuttleStudio_X64.msi /qn ARPNOMODIFY=0 ALLUSERS=2

Upgrade for all-users - using MSI: executing directly

  1. Run CMD as administrator.
  2. Navigate to the installer file location and select the installer.
  3. Provide the following commands:
    msiexec /i WinshuttleStudio_x86.msi REINSTALL=ALL REINSTALLMODE=Vomus ARPNOMODIFY=0 ALLUSERS=2
    C:\Users\centraluser\Destop\Studio\V20.0GA>msisexe /i WinshutteStudio_86.msi REINSTALL=ALL REINSTALLMODE-Vomus ARPNOMODIFY=0 ALLUSERS=2
  4. Press Enter, and wait for the dialog box to process.
  5. Click Next.
  6. Upgrade the Studio installer.
  7. Click Finish to complete the upgrade process.

Upgrade for all-users - using MSI in silent mode

  1. The command has the following additional attributes (ARPNOMODIFY=0 ALLUSERS=2) to ensure upgrade for All Users using MSI in silent mode:

    msiexec /i WinshuttleStudio_x86.msi REINSTALL=ALL REINSTALLMODE=Vomus /qn ARPNOMODIFY=0 ALLUSERS=2

    C:\Users\centraluser\Desktop\STUDIO\20.0_GA\20.0_GA>msiexe /i WinshuttleStudio_x86.msi REINSTALL=ALL REINSTALLATIONMODE=Vomus /qn ARPNOMODIFY=0 ALLUSERS=2

Uninstalling (for logged-in and all-users) using .msi: Command line, silent uninstallation

1. Run CMD as administrator.
2. Navigate to installer file location and select the installer WinshuttleStudio_x64.msi.
3. Provide the following command: 
C:\User\winshuttlebuild\Desktop\Studio Installer>msiexe /x_winshuttleStudio_x64.msi /qn