3 references to MsiInstallContext
Microsoft.Win32.Msi (3)
NativeMethods.cs (1)
41public static extern uint MsiGetProductInfoEx(string szProductCode, string? szUserSid, MsiInstallContext dwContext,
WindowsInstaller.cs (2)
75return GetProductInfo(productCode, null, MsiInstallContext.MACHINE, property, out value); 101public static uint GetProductInfo(string productCode, string? userSid, MsiInstallContext context, string property, out string value)