...
Returns MSI error description. For further information of MSI error codes, please refer to the Windows Installer SDK.
Syntax
Appl_SetMSIError(iErrorLevel) as Boolean
...
Boolean, TRUE if function completed successfully Return Type
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
If bStatus Then bStatus=Appl_SetMSIError(giErrorLevel) |