Commands\Workload\Install\NetSdkMsiInstallerClient.cs (13)
332InstallAction plannedAction = PlanPackage(msi, state, InstallAction.Uninstall, installedVersion);
334if (plannedAction == InstallAction.Uninstall)
438string logFile = GetMsiLogName(record.ProductCode, InstallAction.Uninstall);
445ExecutePackage(msi, InstallAction.Uninstall, msiNuGetPackageId);
464string logFile = GetMsiLogName(record.ProductCode, InstallAction.Uninstall);
471ExecutePackage(msi, InstallAction.Uninstall, msiNuGetPackageId);
498string logFile = GetMsiLogName(record, InstallAction.Uninstall);
507ExecutePackage(msi, InstallAction.Uninstall, id);
550InstallWorkloadManifestImplementation(manifestUpdate, offlineCache: null, action: InstallAction.Uninstall);
692InstallAction plannedAction = PlanPackage(msi, state, InstallAction.Uninstall, installedVersion);
695if (plannedAction == InstallAction.Uninstall)
894plannedAction = (requestedAction != InstallAction.Repair) && (requestedAction != InstallAction.Uninstall) ? InstallAction.None : requestedAction;
1039case InstallAction.Uninstall: