Modifying Properties in the SilentUninstall_Win.txt File

Edit a separate copy of the default SilentUninstall_Win.txt configuration file for each type of SAP Mobile Platform server uninstallation you want to automate.

  1. From the SMP_HOME\Uninstallers\MobilePlatform\ directory (SMP_HOME\Uninstallers\UnwiredPlatform\ if original installation was Unwired Platform 2.2.x) on the host where you want to run a silent uninstallation, use a text editor to open the SilentUninstall_Win.txt file.
  2. Make the changes you have determined are necessary.
    Set property values to false for any SAP Mobile Platform server component you do not want to uninstall:
    # false here = KEEP feature
    ...
    # Data Tier Feature
    -P SupDB.activeForUninstall=true
    
    # Unwired Server Feature
    -P MobileServer.activeForUninstall=true
  3. Save your changes.
    If you intend to run several types of silent uninstallations, keeping different combinations of SAP Mobile Platform server components, save the configuration file with a unique name, or in a separate folder.
    Note: When you run a silent uninstallation, the configuration file must be named SilentUninstall_Win.txt, and it must be located in the SMP_HOME\Uninstallers\MobilePlatform\ directory (SMP_HOME\Uninstallers\UnwiredPlatform\ if original installation was Unwired Platform 2.2.x) on the host where you want to run a silent uninstallation.