Fresh Installation: Silent (All Users)
-
Run CMD with Administrator privileges.
-
Navigate to the installer file location and execute the following command:
msiexec /i <AutomateStudio MSI file name> /qn ALLUSERS=1
Fresh Installation: Silent (Only for Me)
-
Run CMD with administrator privileges.
-
Navigate to the installer file location and execute the following command:
msiexec /i <AutomateStudio MSI file name> /qn ALLUSERS=""
ALLUSERS=""
parameter,
the installation will default to "AllUsers" mode rather than "Only for me." If a user
installs the application with "Only for me" mode initially, any subsequent repairs or
upgrades will also be done in "Only for me" mode. The context cannot be changed to
"AllUsers" during repair or upgrade.Fresh Installation: Silent (All Users, at Custom Location)
-
Run CMD with Administrator privileges.
-
Navigate to the installer file location and execute the following command:
msiexec /i <AutomateStudio MSI file name> /qn ALLUSERS=1 INSTALLDIR=<” Installation Path”>
Fresh Installation: UI Interface
-
Run CMD with Administrator privileges.
-
Navigate to the installer file location and execute the following command:
msiexec /i <AutomateStudio MSI file name>
-
Click Enter and wait for the dialog box to process.
-
Click “Next”.
-
Accept the EULA and click on “Next” button.
-
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.
-
On the Destination Folder screen, the user can choose the installation path or can leave it as default and click on “Next”.
-
Click “Install” to complete the process.
MSI: Fresh upgrades
Upgrade: Silent (for all Options - Only for Me, All Users, Custom Location)
-
Run CMD with Administrator privileges.
-
Navigate to the installer file location and execute the following command:
msiexec /i <AutomateStudio MSI file name> REINSTALLMODE=Vomus /qn
Upgrade: UI Interface
-
Run CMD with Administrator privileges.
-
Navigate to the installer file location and execute the following command:
msiexec /i <AutomateStudio MSI file name> REINSTALLMODE=Vomus
-
Click Enter and wait for the dialog box to process.
-
Click Next.
-
Upgrade the Studio installer.
-
Click Finish to complete upgrade process.
MSI: Uninstallation
Uninstallation: Silent (for all Options - Only for Me, All Users, Custom Location)
-
Run CMD with Administrator privileges.
-
Navigate to the installer file location and execute the following command:
msiexec /x <AutomateStudio MSI file name> /qn
Uninstallation: UI Interface
-
Run CMD with Administrator privileges.
-
Navigate to the installer file location and execute the following command:
msiexec /x <AutomateStudio MSI file name>
- Click “Yes” on the dialog “Are you sure you want to uninstall this product?”The Studio gets uninstalled after completing the process.