Skip to content

Commit

Permalink
Added SetOutPath
Browse files Browse the repository at this point in the history
Follow-up of #3044
  • Loading branch information
isaak654 committed Jun 21, 2023
1 parent 9681178 commit d1863ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sandboxie/install/SandboxieVS.nsi
Expand Up @@ -1255,6 +1255,7 @@ SkipDeleteSandboxieIni:
;

ClearErrors
SetOutPath "$TEMP" ; make sure $InstDir is not the current directory
RMDir "$INSTDIR"

IfErrors 0 SkipDeleteDir
Expand Down

0 comments on commit d1863ff

Please sign in to comment.