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