UninstallData.SetConfigurationFile

UninstallData.SetConfigurationFile ( 

string Filename )

Description

Sets the name of the uninstall configuration (.xml) file during the setup. This allows you to manually change the uninstall configuration file that the data will be written to.

During installation the uninstall configuration file is not defined or created until right before the files are installed. Therefore this action must be called before that stage in the install.

Note: This action has no effect if called during the uninstall.

Parameters

Filename

(string) The full path and filename of the uninstall configuration file you want to use. This file should be in XML format (*.xml).

Returns

Nothing.  You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions