witten
/
luminotes
Archived
1
0
Fork 0

Installer can now overwrite installer.db since it's not overwriting the copy in %APPDATA% that's actually used by Luminotes.

This commit is contained in:
Dan Helfman 2008-08-28 17:50:16 -07:00
parent d70a240656
commit 6c018a2879
1 changed files with 0 additions and 2 deletions

View File

@ -119,8 +119,6 @@ class InnoScript:
extra = " isreadme"
elif path.endswith( "luminotes.exe" ):
extra = "; BeforeInstall: stop_exe()"
elif path.endswith( "luminotes.db" ):
extra = " onlyifdoesntexist"
else:
extra = ""
print >> ofi, r'Source: "%s"; DestDir: "{app}\%s"; Flags: ignoreversion%s' % (path, os.path.dirname(path), extra)