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:
parent
7f9d3253a6
commit
db9fc2cfc0
3 changed files with 3 additions and 3 deletions
|
@ -78,7 +78,7 @@ Section "" ; empty string makes it hidden, so would starting with -
|
|||
SetOutPath $INSTDIR
|
||||
File /a "silent.nsi"
|
||||
CreateDirectory "$INSTDIR\MyProjectFamily\MyProject" ; 2 recursively create a directory for fun.
|
||||
WriteUninstaller "bt-uninst.exe"
|
||||
WriteUninstaller "$INSTDIR\bt-uninst.exe"
|
||||
|
||||
Nop ; for fun
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue