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)
ErrorLevel value
Return value
Section titled “Return value”Boolean, TRUE if function completed successfully Return Type
Example
Section titled “Example”VBScript
If bStatus Then bStatus=Appl_SetMSIError(giErrorLevel)Related functions
Section titled “Related functions”