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