Make sure 'lockfile.dat' isn't shipped.
This commit is contained in:
parent
f19c652614
commit
e8559861cd
2 changed files with 2 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ add2filelist(fp, "data\\fonts", "..\\fonts")
|
|||
add2filelist(fp, "data\\starters", "..\\starters")
|
||||
add2filelist(fp, "data\\stamps", "..\\stamps")
|
||||
add2filelist(fp, "docs", "..\\docs")
|
||||
add2filelist(fp, "userdata", "userdata")
|
||||
fp.write("\n")
|
||||
fp.close()
|
||||
|
||||
|
|
|
|||
|
|
@ -53,6 +53,8 @@ Section
|
|||
!include "filelist.inc"
|
||||
SetOutPath $INSTDIR\locale
|
||||
File /r "locale\*.*"
|
||||
SetOutPath $INSTDIR\userdata
|
||||
File "userdata\current_id.txt"
|
||||
|
||||
WriteRegStr HKLM SOFTWARE\${APP_PREFIX} "Install_Dir" "$INSTDIR"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${APP_PREFIX}" "DisplayName" "${APP_NAME} (remove only)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue