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

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