SilentUninstall.txt

Use this example to review the server settings in a typical SilentUninstall.txt file. Client versions follow the same conventions.

#############################################################################
########################### SILENT UNINSTALLER ##############################
#############################################################################

 #############################################################################
 # Enable/Disable features to be uninstalled by setting the value to 
 # "true" or "false".
 #
 # Legal values are:
 #    true  - Indicates that the feature is selected for removal
 #    false - Indicates that the feature is not selected for removal
 #
 # For example, to select "Server:" for removal, use
 #
 #    -P Server.activeForUninstall=true
 #
 #############################################################################
 
 # "SybaseIQ" Feature 
 -P SybaseIQ.activeForUninstall="true"
 	# "IQServer" Feature 
 	-P IQServer.activeForUninstall="true"
 		# "IQOpenClient" Feature 
 		-P IQOpenClient.activeForUninstall="true"
 	# "IQClient" Feature 
 	-P IQClient.activeForUninstall="true"
 	# "IQODBC" Feature 
 	-P IQODBC.activeForUninstall="true"
 # "SybaseCentral" Feature 
 -P SybaseCentral.activeForUninstall="true"
 	# "SCJViewer" Feature - removal of SCJViewer requires that SCJPlugin
 	# be removed as well
 	-P SCJViewer.activeForUninstall="true"
 	# "SCJPlugin" Feature 
 	-P SCJPlugin.activeForUninstall="true"
 # "jConnect" Feature 
 -P jConnect.activeForUninstall="true"
 # "SybaseSySAM" Feature 
 -P SybaseSySAM.activeForUninstall="true"
 	# "NetworkLicenseServer" Feature 
 	-P NetworkLicenseServer.activeForUninstall="true"
 	# "LicenseUtilities" Feature 
 	-P LicenseUtilities.activeForUninstall="true"
 
 #############################################################################
 # The following are shared components. They may be needed
 # by other Sybase products.
 #
 # Set to false to keep these components.
 #
 # Variable_RemoveOpenClient: Doesn't uninstall IQ Open Client if false
 # 	- overrides the above setting IQOpenClient.activeForUninstall="true" 
 # Variable_RemoveLogs: Keeps local database and log files
 # Variable_RemoveJRE: Keeps the shared JRE used by IQ Client and SCJ Viewer
 #############################################################################
 -V Variable_RemoveOpenClient="true"
 -V Variable_RemoveLogs="true"
 -V Variable_RemoveJRE="true"
 
 
 #############################################################################
 # Please do not modify the values below.
 #############################################################################
 -P SilentUninstall.activeForUninstall="false"
 -P SilentUninstall1.activeForUninstall="false"
 -G removeExistingResponse=yesToAll
 -G removeModifiedResponse=yesToAll
 -silent