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" ############################################################################# # Please do not modify the values below. ############################################################################# -G removeExistingResponse=yesToAll -G removeModifiedResponse=yesToAll -silent