From d1863ffadfe105c695de71c9e841c2fd568116fe Mon Sep 17 00:00:00 2001 From: isaak654 Date: Wed, 21 Jun 2023 21:36:58 +0200 Subject: [PATCH] Added SetOutPath Follow-up of https://github.com/sandboxie-plus/Sandboxie/pull/3044 --- Sandboxie/install/SandboxieVS.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/Sandboxie/install/SandboxieVS.nsi b/Sandboxie/install/SandboxieVS.nsi index 93a9e11adb..b431e37738 100644 --- a/Sandboxie/install/SandboxieVS.nsi +++ b/Sandboxie/install/SandboxieVS.nsi @@ -1255,6 +1255,7 @@ SkipDeleteSandboxieIni: ; ClearErrors + SetOutPath "$TEMP" ; make sure $InstDir is not the current directory RMDir "$INSTDIR" IfErrors 0 SkipDeleteDir