3 references to GetProductInfo
dotnet (1)
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (1)
835uint error = WindowsInstaller.GetProductInfo(productCode, InstallProperty.VERSIONSTRING, out string versionValue);
finalizer (1)
Program.cs (1)
184uint error = WindowsInstaller.GetProductInfo(productCode, "ProductName", out string productName);
Microsoft.Win32.Msi.Tests (1)
WindowsInstallerTests.cs (1)
13uint error = WindowsInstaller.GetProductInfo(productCode, property, out string propertyValue);