[Olsr-cvs] olsrd-current/gui/win32/Inst installer.nsi,1.13,1.14

Thomas Lopatic (spam-protected)
Thu Dec 29 22:26:33 CET 2005


Update of /cvsroot/olsrd/olsrd-current/gui/win32/Inst
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1624/gui/win32/Inst

Modified Files:
	installer.nsi 
Log Message:
Added olsr_switch.exe and new READMEs to Windows distribution.


Index: installer.nsi
===================================================================
RCS file: /cvsroot/olsrd/olsrd-current/gui/win32/Inst/installer.nsi,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** installer.nsi	31 Mar 2005 18:20:02 -0000	1.13
--- installer.nsi	29 Dec 2005 21:26:31 -0000	1.14
***************
*** 56,60 ****
  
  Function .onInit
!         MessageBox MB_YESNO "This will install olsr.org 0.4.9 on your computer. Continue?" IDYES NoAbort
          Abort
  NoAbort:
--- 56,60 ----
  
  Function .onInit
!         MessageBox MB_YESNO "This will install olsr.org 0.4.10 on your computer. Continue?" IDYES NoAbort
          Abort
  NoAbort:
***************
*** 73,79 ****
--- 73,82 ----
          File ..\Shim\Release\Shim.exe
          File ..\..\..\olsrd.exe
+         File ..\..\..\olsr_switch.exe
          File ..\..\..\src\cfgparser\olsrd_cfgparser.dll
          File /oname=README.txt ..\..\..\README
          File /oname=README-LQ.html ..\..\..\README-Link-Quality.html
+         File /oname=README-Fish-Eye.txt ..\..\..\README-Link-Quality-Fish-Eye.txt
+         File ..\..\..\README-Olsr-Switch.html
          File linux-manual.txt
          File /oname=olsrd.conf.rfc ..\..\..\files\olsrd.conf.win32.rfc
***************
*** 158,164 ****
--- 161,170 ----
          Delete $INSTDIR\Shim.exe
          Delete $INSTDIR\olsrd.exe
+         Delete $INSTDIR\olsr_switch.exe
  	Delete $INSTDIR\olsrd_cfgparser.dll
          Delete $INSTDIR\README.txt
          Delete $INSTDIR\README-LQ.html
+         Delete $INSTDIR\README-Fish-Eye.txt
+         Delete $INSTDIR\README-Olsr-Switch.html
          Delete $INSTDIR\linux-manual.txt
          Delete $INSTDIR\Default.olsr





More information about the Olsr-cvs mailing list