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