Modifying Properties in the SilentUninstall_Win.txt File

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

  1. From the <UnwiredPlatform_InstallDir>\Uninstallers\UnwiredPlatform\ directory on the host where you want to run a silent uninstallation, open the SilentUninstall_Win.txt file in a text editor.
  2. Make the changes you have determined are necessary.
    Set property values to "false" for any Unwired 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 Unwired 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 <UnwiredPlatform_InstallDir>\Uninstallers\UnwiredPlatform\ directory on the host where you want to run a silent uninstallation.