Uninstall Log Mode

Uninstall Log Mode

Disables or enables writing to the uninstall log file.

Description
Optionally, you may add comments here describing the purpose of this element.
Write to Uninstall Log
On - Starts the recording of any subsequent installation events in the uninstall log file used by the uninstaller and sets the behavior of the uninstaller with respect to uninstalling files and folders. This behavior can be altered for groups of files by repeating calls to this command in a setup script sequence setting the required mode.
Off - Disable output to uninstallation log file. No further installation events will be recorded and therefore the install actions will not be reversed during un-installation.

File/Directory Uninstall Mode

When files or directories are created in the process of installation, the information about what is to be done to these files or directories during the uninstall process is added to the log file. Here you can specify these actions.

File
What should be done to the files during the uninstall process.
No change - do not change the curent method.
Delete - Delete the file.
User Confirm Deletion - Ask user whether the file should be deleted.
Add to File List - Add file to the list of remaining files. User can see the list at the end of uninstallation and choose to delete or retain these files.
Directory
What should be done to files when deleting directories.
No change - do not change the curent method.
Add Files to File List - Add files to the list of remaining files. See above.
Delete Files and Subfolders - When deleting a directory, delete all of its contents as well.
Leave if Contains Files - Leave the directory contents unchanged.