LastErrorRecord Method

[This is preliminary documentation and subject to change.]

This is the LastErrorRecord method of the MsiInstall object. It returns a MsiRecord object containing error parameters for the most recent error from the function that produced the error record.

Syntax

object.LastErrorRecord

Parts

object
MsiInstall object.

Remarks

Only designated functions will generate an error record. The record object will be reset after the execution of this function of any function that generates an error record.