mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 15:14:07 +02:00
parent
2b796aba84
commit
4f697c8b4b
@ -142,7 +142,7 @@ static int UpgradeNSIS(void)
|
|||||||
if (!Utility::PathExists(uninstallerPath))
|
if (!Utility::PathExists(uninstallerPath))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
ExecuteCommand(uninstallerPath, "/S \"_?=" + installPath + "\"");
|
ExecuteCommand(uninstallerPath, "/S _?=" + installPath);
|
||||||
|
|
||||||
_unlink(uninstallerPath.CStr());
|
_unlink(uninstallerPath.CStr());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user