[GRASS-SVN] r47873 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 24 17:10:54 EDT 2011


Author: hellik
Date: 2011-08-24 14:10:54 -0700 (Wed, 24 Aug 2011)
New Revision: 47873

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
ticket #1419

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2011-08-24 21:10:21 UTC (rev 47872)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2011-08-24 21:10:54 UTC (rev 47873)
@@ -651,6 +651,8 @@
 	${EndIf}
 	FileWrite $0 'call "%GISBASE%\etc\env.bat"$\r$\n'
 	FileWrite $0 '$\r$\n'
+	FileWrite $0 'cd "%USERPROFILE%"'
+	FileWrite $0 '$\r$\n'
 	FileWrite $0 '"%WINGISBASE%\etc\Init.bat" %*'
 	FileClose $0
 	done_create_grass_command.bat:



More information about the grass-commit mailing list