Modifying Properties in the SilentUninstall_Win.txt File
Edit a separate copy of the default SilentUninstall_Win.txt file for each different type of Unwired Platform uninstallation you want to automate.
From the <UnwiredPlatformHome>\Uninstallers\UnwiredPlatform directory on the host where you want to perform the silent uninstall, open the SilentUninstall_Win.txt file in a text editor.
Make any changes you have determined are necessary. Change true to false for any Unwired Platform 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
# Unwired WorkSpace Feature
-P EclipseWorkSpace.activeForUninstall=true
Save your changes.
If you are preparing to perform several different types of silent uninstallation, keeping different combinations of Unwired Platform components, save the file with a unique name, or in a separate folder. When you perform a silent uninstallation, this file must be named SilentUninstall_Win.txt and it must be located in the <UnwiredPlatformHome>\Uninstallers\UnwiredPlatform directory on the host where you want to perform a silent uninstall.