[GRASS-SVN] r41484 - grass/branches/develbranch_6/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Mar 19 12:55:16 EDT 2010
Author: hellik
Date: 2010-03-19 12:55:16 -0400 (Fri, 19 Mar 2010)
New Revision: 41484
Modified:
grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
code clean up
Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2010-03-19 16:54:36 UTC (rev 41483)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2010-03-19 16:55:16 UTC (rev 41484)
@@ -630,13 +630,8 @@
FileWrite $0 'set PATH=%GRASSDIR%\extrabin;%GRASSDIR%\extralib;%PATH%$\r$\n'
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 'rem Set Path to default web browser$\r$\n'
FileWrite $0 'set GRASS_HTML_BROWSER=explorer$\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