Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels