version 1.13 | | version 1.14 |
---|
| | |
!include "MUI.nsh" | | !include "MUI.nsh" |
| | |
;Title Of Your Application | | ;Title Of Your Application |
Name "Crossfire Server 1.8.0" | | Name "Crossfire Server 1.8.0 snapshot" |
| | |
VIAddVersionKey "ProductName" "Crossfire server installer" | | VIAddVersionKey "ProductName" "Crossfire server installer" |
VIAddVersionKey "Comments" "Website: http://crossfire.real-time.com" | | VIAddVersionKey "Comments" "Website: http://crossfire.real-time.com" |
| | |
| | |
;Do A CRC Check | | ;Do A CRC Check |
CRCCheck On | | CRCCheck On |
| | SetCompressor /SOLID lzma |
| | |
;Output File Name | | ;Output File Name |
OutFile "CrossfireServer.exe" | | OutFile "CrossfireServer.exe" |
| | |
File "..\lib\regions" | | File "..\lib\regions" |
File "..\lib\rules" | | File "..\lib\rules" |
File "..\lib\settings" | | File "..\lib\settings" |
File "..\lib\showpets" | | |
File "..\lib\smooth" | | File "..\lib\smooth" |
File "..\lib\animations" | | File "..\lib\animations" |
File /oname=treasures "..\lib\treasures.bld" | | File /oname=treasures "..\lib\treasures.bld" |
| | |
Delete "$INSTDIR\Share\rules" | | Delete "$INSTDIR\Share\rules" |
Delete "$INSTDIR\Share\settings" | | Delete "$INSTDIR\Share\settings" |
Delete "$INSTDIR\Share\smooth" | | Delete "$INSTDIR\Share\smooth" |
Delete "$INSTDIR\Share\showpets" | | |
Delete "$INSTDIR\Share\animations" | | Delete "$INSTDIR\Share\animations" |
| | |
;Delete help files | | ;Delete help files |