[GRASS-SVN] r37530 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 27 02:39:20 EDT 2009


Author: hamish
Date: 2009-05-27 02:39:16 -0400 (Wed, 27 May 2009)
New Revision: 37530

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
pseudo try firefox before IE (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2009-05-27 06:08:20 UTC (rev 37529)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2009-05-27 06:39:16 UTC (rev 37530)
@@ -557,7 +557,12 @@
 	FileWrite $0 'set PATH=%GRASSDIR%\tcl-tk\bin;%GRASSDIR%\sqlite\bin;%GRASSDIR%\gpsbabel;%PATH%$\r$\n'
 	FileWrite $0 '$\r$\n'
 	FileWrite $0 'rem Set Path to MSIE web browser$\r$\n'	
+	; FIXME
+	; ${If} exist %PROGRAMFILES%/Mozilla Firefox/firefox.exe
+	;FileWrite $0 'set GRASS_HTML_BROWSER=%PROGRAMFILES%/Mozilla Firefox/firefox.exe$\r$\n'
+	; ${Else}
 	FileWrite $0 'set GRASS_HTML_BROWSER=%PROGRAMFILES%/Internet Explorer/iexplore.exe$\r$\n'
+	; ${EndIf}
 	FileWrite $0 '$\r$\n'
 	FileWrite $0 'rem Path to the proj files (notably the epsg projection list)$\r$\n'	
 	FileWrite $0 'set GRASS_PROJSHARE=%GRASSDIR%\proj$\r$\n'



More information about the grass-commit mailing list