ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/make_win32/cfserver.nsi
(Generate patch)

Comparing deliantra/server/make_win32/cfserver.nsi (file contents):
Revision 1.1.1.2 by elmex, Wed Mar 15 14:05:32 2006 UTC vs.
Revision 1.2 by pippijn, Thu Sep 7 19:50:57 2006 UTC

1!include "MUI.nsh" 1!include "MUI.nsh"
2 2
3;Title Of Your Application 3;Title Of Your Application
4Name "Crossfire Server 1.9.0" 4Name "Crossfire Server 1.8.0 snapshot"
5 5
6VIAddVersionKey "ProductName" "Crossfire server installer" 6VIAddVersionKey "ProductName" "Crossfire server installer"
7VIAddVersionKey "Comments" "Website: http://crossfire.real-time.com" 7VIAddVersionKey "Comments" "Website: http://crossfire.real-time.com"
8VIAddVersionKey "FileDescription" "Crossfire server installer" 8VIAddVersionKey "FileDescription" "Crossfire server installer"
9VIAddVersionKey "FileVersion" "1.9.0" 9VIAddVersionKey "FileVersion" "1.8.0"
10VIAddVersionKey "LegalCopyright" "Crossfire is released under the GPL." 10VIAddVersionKey "LegalCopyright" "Crossfire is released under the GPL."
11VIProductVersion "1.9.0.0" 11VIProductVersion "1.8.0.0"
12 12
13;Do A CRC Check 13;Do A CRC Check
14CRCCheck On 14CRCCheck On
15SetCompressor /SOLID lzma 15SetCompressor /SOLID lzma
16 16

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines