Appl_SetMSIError
Description
Section titled “Description”Returns MSI error description. For further information of MSI error codes, please refer to the Windows Installer SDK.
Syntax
Section titled “Syntax”Appl_SetMSIError(iErrorLevel) as Boolean
Parameters
Section titled “Parameters”iErrorLevel (Integer)
Section titled “iErrorLevel (Integer)”ErrorLevel value
Return value
Section titled “Return value”Boolean, TRUE if function completed successfully Return Type
Example
Section titled “Example”If bStatus Then bStatus=Appl_SetMSIError(giErrorLevel)