3 references to MACHINE
Microsoft.Win32.Msi (3)
MsiInstallContext.cs (1)
43ALL = (USERMANAGED | USERUNMANAGED | MACHINE),
WindowsInstaller.cs (2)
75return GetProductInfo(productCode, null, MsiInstallContext.MACHINE, property, out value); 86/// to <see langword="null"/> and <paramref name="context"/> to <see cref="MsiInstallContext.MACHINE"/>. </param>