[This is preliminary documentation and subject to change.]
The MsiSetInstallLevel function sets the installation level for a full product installation.
UINT MsiSetInstallLevel(
MSIHANDLE hInstall, // installer handle
int iInstallLevel // install level
);
The MsiSetInstallLevel function sets the following.
If 0 is passed in the ilnstallLevel parameter, the current installation level does not change, but all features are still updated based on the current installation level.
Windows NT: Requires version 4.0 or later. Available as a redistributable for Windows NT 4.0.
Windows: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Windows CE: Unsupported.
Header: Declared in msiquery.h.
Import Library: Use msi.lib.
Database Access Reference, Installer Selection Functions