2 references to InstallMsi
dotnet (2)
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (1)
1030error = ExecuteWithProgress(String.Format(CliCommandStrings.MsiProgressInstall, name), () => InstallMsi(msi.MsiPath, logFile));
Commands\Workload\Install\NetSdkMsiInstallerServer.cs (1)
81Dispatcher.Reply(InstallMsi(request.PackagePath, request.LogFile));