[GRASS-SVN] r37528 - grass/branches/develbranch_6/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 27 01:41:21 EDT 2009
Author: hamish
Date: 2009-05-27 01:41:20 -0400 (Wed, 27 May 2009)
New Revision: 37528
Modified:
grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
placeholder code to use firefox, if present
Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2009-05-27 04:54:23 UTC (rev 37527)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2009-05-27 05:41:20 UTC (rev 37528)
@@ -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