Make sure 'lockfile.dat' isn't shipped.

This commit is contained in:
John Popplewell 2004-09-23 13:07:29 +00:00
parent f19c652614
commit e8559861cd
2 changed files with 2 additions and 1 deletions

View file

@ -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()

View file

@ -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)"