version 1.3 | | version 1.4 |
---|
| | |
!include "MUI.nsh" | | !include "MUI.nsh" |
| | |
;Title Of Your Application | | ;Title Of Your Application |
Name "Crossfire Server (snapshot 2005-01-08)" | | Name "Crossfire Server 1.7.0"
|
| | |
;Do A CRC Check | | ;Do A CRC Check |
CRCCheck On | | CRCCheck On |
| | |
SectionEnd | | SectionEnd |
| | |
Section "Python plugin" py | | Section "Python plugin" py |
| | SetOutPath $INSTDIR
|
| | File "c:\winnt\system32\python24.dll"
|
SetOutPath $INSTDIR\share\plugins | | SetOutPath $INSTDIR\share\plugins |
File "plugin_python\ReleaseLog\plugin_python.dll" | | File "plugin_python\ReleaseLog\plugin_python.dll" |
SectionEnd | | SectionEnd |
| | |
SectionIn RO | | SectionIn RO |
;Delete Files | | ;Delete Files |
Delete "$INSTDIR\crossfire32.exe" | | Delete "$INSTDIR\crossfire32.exe" |
| | Delete "$INSTDIR\python24.dll"
|
Delete "$INSTDIR\Changelog.rtf" | | Delete "$INSTDIR\Changelog.rtf" |
Delete "$INSTDIR\Share\plugins\python21.dll" | | Delete "$INSTDIR\Share\plugins\python21.dll" |
Delete "$INSTDIR\Release_notes.txt" | | Delete "$INSTDIR\Release_notes.txt" |