CreateRecord Method

[This is preliminary documentation and subject to change.]

This is the CreateRecord method of the MsiInstall object. This method returns a new MsiRecord object with the requested number of fields.

Syntax

object.CreateRecord(count)

Parts

object
MsiInstall object.
count
Required number of fields, which may be 0. The upper limit is memory limited.

Remarks

Field 0, not one of the fields in count, is normally used for record-oriented items such as format strings or execution op codes.