Help Center>Studio v11 (LMS)

Uninstalling

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

  1. Open Control Panel.
  2. In the list of programs, click Winshuttle 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 commands as shown in the following image.

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.

    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.