MSI: Fresh installation MSI: Fresh upgradesMSI: Uninstallation - Automate_Studio - 20.3

Automate Studio with Connect User Guide

Product type
Software
Portfolio
Integrate
Product family
Automate
Product
Automate > Automate Studio
Version
20.3
Language
English
Product name
Automate Studio
Title
Automate Studio with Connect User Guide
Topic type
Overview
Administration
Installation
How Do I
First publish date
2018
Note:

Silent installation is the recommended method for installing Studio using MSI file.

Fresh Installation: Silent (Only for Me)

  1. Run CMD with Administrator privileges.

  2. Navigate to the installer file location and execute the following command:

    msiexec /i <WinshuttleStudio MSI file name> /qn

Fresh Installation: Silent (All Users)

  1. Run CMD with administrator privileges.

  2. Navigate to the installer file location and execute the following command:

    msiexec /i <WinshuttleStudio MSI file name> /qn ALLUSERS=1

Fresh Installation: Silent (All Users, at Custom Location)

  1. Run CMD with Administrator privileges.

  2. Navigate to the installer file location and execute the following command:

    msiexec /i <WinshuttleStudio MSI file name> /qn ALLUSERS=1 INSTALLDIR=<” Installation Path”>

Fresh Installation: UI Interface

  1. Run CMD with Administrator privileges.

  2. Navigate to the installer file location and execute the following command:

    msiexec /i <WinshuttleStudio MSI file name>

  3. Click Enter and wait for the dialog box to process.

  4. Click “Next”.

  5. Accept the EULA and click on “Next” button.

  6. Enter “Username” and “Organization” if needed. Also, the user can select the “All Users” or “Only for me” option for installation context and then click on Next.

  7. On the Destination Folder screen, the user can choose the installation path or can leave it as default and click on “Next”.

  8. Click “Install” to complete the process.

MSI: Fresh upgrades

Upgrade: Silent (for all Options - Only for Me, All Users, Custom Location)

  1. Run CMD with Administrator privileges.

  2. Navigate to the installer file location and execute the following command:

    msiexec /i <WinshuttleStudio MSI file name> REINSTALL=ALL REINSTALLMODE=Vomus /qn

Upgrade: UI Interface

  1. Run CMD with Administrator privileges.

  2. Navigate to the installer file location and execute the following command:

    msiexec /i <WinshuttleStudio MSI file name> REINSTALL=ALL REINSTALLMODE=Vomus

  3. Click Enter and wait for the dialog box to process.

  4. Click Next.

  5. Upgrade the Studio installer.

  6. Click Finish to complete upgrade process.

MSI: Uninstallation

Uninstallation: Silent (for all Options - Only for Me, All Users, Custom Location)

  1. Run CMD with Administrator privileges.

  2. 2) Navigate to the installer file location and execute the following command:

    msiexec /x <WinshuttleStudio MSI file name> /qn

Uninstallation: UI Interface

  1. Run CMD with Administrator privileges.

  2. Navigate to the installer file location and execute the following command:

    msiexec /x <WinshuttleStudio MSI file name>

  3. Click on “Yes” on the dialog “Are you sure you want to uninstall this product?”

  4. The Studio gets uninstalled after completing the process.