Skip to content

Commit

Permalink
fix(nsis): _? must be last #735
Browse files Browse the repository at this point in the history
"the last parameter used in the command line and must not contain any quotes, even if the path contains spaces"
  • Loading branch information
develar committed Sep 14, 2016
1 parent 431922e commit 517a90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nsis/installSection.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
${else}
StrCpy $0 "/allusers"
${endif}
ExecWait '"$PLUGINSDIR\old-uninstaller.exe" "_?=$R1" /S /KEEP_APP_DATA $0'
ExecWait '"$PLUGINSDIR\old-uninstaller.exe" /S /KEEP_APP_DATA $0 _?=$R1'
${endif}
${endif}
!macroend
Expand Down

0 comments on commit 517a90b

Please sign in to comment.