3 references to InstallProduct
dotnet (2)
Commands\Workload\Install\MsiInstallerBase.cs (1)
328return WindowsInstaller.InstallProduct(packagePath, installProperties);
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (1)
786var result = WindowsInstaller.InstallProduct(msiPath, $"TARGETDIR={msiExtractionPath} ACTION=ADMIN");
Microsoft.Win32.Msi.Manual.Tests (1)
Program.cs (1)
79uint error = WindowsInstaller.InstallProduct(path, "MSIFASTINSTALL=7 REBOOT=ReallySuppress");