MSI.SetCAReturnCode

MSI.SetCAReturnCode ( 

number  ReturnCode )

Description

Sets the custom action return code to a custom integer value. See Custom Action Return Values for more information. Zero is usually set for success of a custom action and any other return value is failure. Also see the MSDN topic Logging of Action Return Values for more information about errors returned in the log file.

Parameters

ReturnCode

(number) The return code you want to set for the custom action.

Returns

Nothing.

See also:  Related Actions