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