4 references to MsiInstallContext
Microsoft.Win32.Msi (4)
NativeMethods.cs (1)
41public static extern uint MsiGetProductInfoEx(string szProductCode, string? szUserSid, MsiInstallContext dwContext,
WindowsInstaller.cs (3)
75return GetProductInfo(productCode, null, MsiInstallContext.MACHINE, property, out value); 86/// to <see langword="null"/> and <paramref name="context"/> to <see cref="MsiInstallContext.MACHINE"/>. </param> 101public static uint GetProductInfo(string productCode, string? userSid, MsiInstallContext context, string property, out string value)