Uninstalling - 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

Uninstalling from Control Panel (single .exe or .msi)

  1. Open Control Panel.
  2. In the list of programs, click Studio.
  3. Click Uninstall.
  4. Follow the instructions in the wizard to uninstall Studio.
Note:

Make sure you save your work and close any Excel data files before you start the uninstallation process.

Uninstall using Single .exe: Command line, silent uninstallation

  1. Run CMD as administrator.
  2. Navigate to the installer file location and select the installer WinshuttleStudio__11.00.0000Setup.exe.
  3. Generate the response file as setup.iss.

  4. Give the following command:  winshuttle-studio-20.0000.2004.07001.exe /s /f1"C:\Users\centraluser\Desktop\setup.iss

Uninstalling 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. Give the commands as shown in the following image.

Network uninstallation

Using Microsoft SCCM

  1. Create the new Uninstall SCCM Package, using the same configuration settings for new SCCM package, except for the command line.
    Important: On the Standard Program tab, enter the information as shown in following image.

  2. Click Next, and then continue through the wizard, using the same configuration settings for Distribute Content and Update Distribution Points that you used for the new SCCM package.

Using SysInternals PsExec tool

Network deployment using PSExec tool requires the below list files structure as shown in the following image.

deploy.properties file:

Update the file properties, based on your deployment needs.

Examples include machine names, the product to be installed, etc.

network-deploy.bat file:

The batch file reads the deploy.properties values and installs the product using the PsExec tool.

  1. Run CMD as administrator.
  2. Type the directory path of the UnInstallWS folder, and run the batch file as shown in the following image.