UninstallData.GetConfigurationFile

string UninstallData.GetConfigurationFile ( 

 )

Description

Gets the full path and filename of the uninstall configuration (.xml) file during the setup.

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

During uninstall, it will always return the name of the xml file that it is currently working off of.

Parameters

None.

Returns

(string)  The full path and filename of the uninstall configuration file. If this action fails, a blank string ("") is returned. You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.

See also:  Related Actions