Difference for make_win32/cfserver.nsi from version 1.3 to 1.4


version 1.3 version 1.4
Line 1
 
Line 1
 !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
Line 87
 
Line 87
 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
Line 107
 
Line 109
   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"


Legend:
line(s) removed in v.1.3 
line(s) changed
 line(s) added in v.1.4

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:15