OpenPackage Method

[This is preliminary documentation and subject to change.]

This is the OpenPackage method of the MsiInstall object. This method opens an installer package for use with APIs that access the product database and install engine, returning an MsiEngine object.

Syntax

object.OpenPackage packagePath

Parts

object
MsiInstall object.
packagePath
Required string containing the path name of the package.

Remarks

The OpenPackage method can accept the database handle directly in lieu of the path string for the packagePath.