MSI: Fresh installation and upgrade
Installation only for logged-in users using MSI in Silent Mode
- Run CMD as administrator.
- Navigate to installer file location and select the installer WinshuttleStudio_x64.msi.
- Provide the following command: C:\Users\winshuttlebuild\Desktop\Studio Installer>msiexec /i_WinshuttleStudio-x64.msi qn
Upgrade using .msi: Executing directly
- Run CMD as administrator.
- Navigate to the installer file location and select the installer.
- 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> - Press Enter, and wait for the dialog box to process.
- Click Next.
- Upgrade the Studio installer.
- Click Finish to complete upgrade process.
Upgrade using .msi: Command line, silent installation
- Run CMD as administrator.
- Navigate to the installer file location and select the installer.
- 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> - Press Enter, and wait for the dialog box to process.
- Click Next.
Installation for all-users - using MSI in silent mode
-
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
- Run CMD as administrator.
- Navigate to the installer file location and select the installer.
- 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 - Press Enter, and wait for the dialog box to process.
- Click Next.
- Upgrade the Studio installer.
- Click Finish to complete the upgrade process.
Upgrade for all-users - using MSI in silent mode
-
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=2C:\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