Call WriteUninstaller with full paths

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7028 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-10-26 20:59:47 +00:00
parent 7f9d3253a6
commit db9fc2cfc0
3 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ Section ""
MessageBox MB_YESNO "We can change the branding image from within a section too!$\nDo you want me to change it?" IDNO done
!insertmacro BIMAGE "${NSISDIR}\Contrib\Graphics\Wizard\nsis.bmp" ""
done:
WriteUninstaller uninst.exe
WriteUninstaller $INSTDIR\uninst.exe
SectionEnd
;--------------------------------