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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 23 09:59:59 EDT 2010


Author: mmetz
Date: 2010-06-23 13:59:58 +0000 (Wed, 23 Jun 2010)
New Revision: 42645

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
win installer: do not reset USERNAME

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-06-23 13:27:26 UTC (rev 42644)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-06-23 13:59:58 UTC (rev 42645)
@@ -689,7 +689,7 @@
 	;If equal to "drive:\Users\UserName", the OS is Vista, and the $USERNAME variable set to $PROFILE -  "drive:\Users\"
 	;If not, the OS is XP or previous, and the $USERNAME variable set to $PROFILE -  "drive:\Documents and Settings\"
 	
-	${If} $USERNAME = ""
+	${If} $USERNAME == ""
 		StrCpy $PROFILE_DRIVE "$PROFILE" 2
 		StrCpy $PROFILE_ROOT "$PROFILE" 5 -3
 		${If} $USERNAME = "Users"		



More information about the grass-commit mailing list