MsiSetInstallLevel

[DllImport("msi.dll", CharSet = CharSet.Auto)]
public static extern int MsiSetInstallLevel(
   IntPtr hInstall,
   int iInstallLevel
);

Last updated