- Locate the
response.varfile
in the.install4j
folder of the installation directory. This is the same varfile that is used for installation. - Copy the
response.varfile
to 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$Boolean
Specifies whether to delete the local site directory.
Set this parameter to true to delete the site directory:
deleteDataDirectory$Boolean=true
deleteExecutionLogs$Boolean
Specifies whether to delete temporary execution data.
Set this parameter to true to delete temporary execution data:
deleteExecutionLogs$Boolean=true
removeBackups$Boolean
Specifies 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