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