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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 23 10:01:58 EDT 2010


Author: mmetz
Date: 2010-06-23 14:01:58 +0000 (Wed, 23 Jun 2010)
New Revision: 42646

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

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-06-23 13:59:58 UTC (rev 42645)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-06-23 14:01:58 UTC (rev 42646)
@@ -674,7 +674,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