Uninstalling the Software

This task explains how to uninstall the software.

Most software is uninstalled using DS Installer tools. However, certain components cannot be uninstalled using these tools because there is no entry in the Start > Control Panel > Programs> Programs and Features on Windows, and no command line tools are provided. This is the case, for example, for web apps. In this case, the installation directory must be removed manually.

For more specific information about what is uninstalled when uninstalling native apps in particular, see Installation and Setup - Install - 3DEXPERIENCE Platform - Installing 3DEXPERIENCE Platform Services for the First Time - Installing Services One-by-One - Native Apps Installation - Installing and Deploying the Software - Uninstalling Native Apps.

Note: Deactivate your anti-virus software before uninstalling the software.

This task shows you how to:

Uninstall using the Control Panel On Windows

This task explains how to uninstall the software using the Control Panel.

Prior to removing the software, you must remove any user environments you may have created after the initial installation.

Note that you are not able to selectively uninstall a component.

  1. On the Windows desktop, select the Start > Control Panel > Programs> Programs and Features then double-click the Uninstall a Program control.

    If you belong to the Administrators group, the uninstallation will begin. If you do not, you will be prompted via a UAC (User Account Control) dialog box to type an administrator password to be able to continue.

  2. In the list of software products, double-click the item, for example Dassault Systemes 3DEXPERIENCE R2022x.

    A dialog box then prompts you to confirm that you want to uninstall the software.

    Click Yes to confirm.

Uninstall in Command Line Mode on Windows

This task explains how to uninstall the software by executing a command file from the command line.

  1. Open a Command Prompt window with elevated privileges. If you do not belong to the Administrators group, you will need to enter an administrator password.
  2. Go to the installation directory.

    The installation directory may be, for example:

    C:\Program Files\Dassault
              Systemes\B424

  3. Enter one of the following commands:

    Command Description
    Uninstall.bat GUI Launches the GUI-based uninstall program, and prompts you to confirm you want to uninstall everything.
    Uninstall.batLaunches the uninstall program in TUI mode, prompts you to confirm you want to uninstall everything.
    Uninstall.bat -quietLaunches the uninstall program in silent mode, assumes you answer OK to all questions, and uninstalls the software
    Uninstall.bat -hDisplays help

    You can also directly launch C:\Program Files\Dassault Systemes\B424\Uninstall.bat [options] from any directory in the command prompt window.

Uninstall in Command Line Mode on Linux

This task explains how to uninstall the software on Linux by executing a shell.

  1. Go to the installation directory.

    The installation directory may be, for example:

    /usr/DassaultSystemes/R2022x

  2. Enter one of the following commands:

    Command Description
    Uninstall.sh GUI Launches the GUI-based uninstall program, and prompts you to confirm that you want to uninstall the software.
    Uninstall.shLaunches the uninstall program in TUI mode, prompts you to confirm that you want to uninstall the software.
    Uninstall.sh -quietLaunches the uninstall program in silent mode, assumes you answer OK to all questions, and uninstalls the software
    Uninstall.sh -hDisplays help

    Note: you can also directly launch /usr/DassaultSystemes/R2022x/Uninstall.sh [options] from any directory in the Terminal window.