Appl_SetMSIError

Description

Returns MSI error description. For further information of MSI error codes, please refer to the Windows Installer SDK. 


Syntax

Appl_SetMSIError(iErrorLevel) as Boolean

Parameters

iErrorLevel(Integer)

ErrorLevel value


Return value

Boolean, TRUE if function completed successfully Return Type


Example

VBScript
If bStatus Then bStatus=Appl_SetMSIError(giErrorLevel)

Scripting Guidelines


Related functions

Application functions