3 references to MACHINE
Microsoft.Win32.Msi (3)
MsiInstallContext.cs (1)
43
ALL = (USERMANAGED | USERUNMANAGED |
MACHINE
),
WindowsInstaller.cs (2)
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>