- Locate the
response.varfilein the.install4jfolder of the installation directory. This is the same varfile that is used for installation. - Copy the
response.varfileto a different location. - Add the following uninstall parameters to the
response.varfile, configuring the values with the settings that you want to apply to your user's machines:Parameter Description deleteDataDirectory$BooleanSpecifies whether to delete the local site directory.
Set this parameter to true to delete the site directory:
deleteDataDirectory$Boolean=truedeleteExecutionLogs$BooleanSpecifies whether to delete temporary execution data.
Set this parameter to true to delete temporary execution data:
deleteExecutionLogs$Boolean=trueremoveBackups$BooleanSpecifies whether to delete backup files.
Set this parameter to true to delete backup files:
removeBackups$Boolean=true - Run Windows Command Prompt as an Administrator.
- Change the directory to point to the location of the Data360 Analyze installation.
- Type the following command, referencing the location of the varfile that you copied in step two:
uninstall.exe -q -varfile <location of varfile>/response.varfile