# MsiSetInstallLevel

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