зеркало из https://github.com/microsoft/formula.git
Fix Success result from Uninstall.
This commit is contained in:
Родитель
55aa3f76ec
Коммит
bea0bc6fb6
|
@ -1151,6 +1151,7 @@
|
||||||
private void LockedUninstall(IEnumerable<ProgramName> progs, out InstallResult result)
|
private void LockedUninstall(IEnumerable<ProgramName> progs, out InstallResult result)
|
||||||
{
|
{
|
||||||
result = new InstallResult();
|
result = new InstallResult();
|
||||||
|
result.Succeeded = true;
|
||||||
if (progs == null)
|
if (progs == null)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче