UninstallData.SetConfigurationFile

UninstallData.SetConfigurationFile ( 

string Filename )

Example 1

UninstallData.SetConfigurationFile(_WindowsFolder .. "\\Uninstall_Info\\config.xml");

Sets the uninstall configuration file to be created in the user's Windows folder, in the sub-directory "Uninstall_Info".

Example 2

UninstallData.SetConfigurationFile(sConfigFile);

Sets the uninstall configuration file to be created in the location referenced in the string "sConfigFile".

See also:  Related Actions