[GRASS-SVN] r42647 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 23 10:02:35 EDT 2010
Author: mmetz
Date: 2010-06-23 14:02:35 +0000 (Wed, 23 Jun 2010)
New Revision: 42647
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi
Log:
win installer: do not reset USERNAME
Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi 2010-06-23 14:01:58 UTC (rev 42646)
+++ grass/trunk/mswindows/GRASS-Installer.nsi 2010-06-23 14:02:35 UTC (rev 42647)
@@ -764,7 +764,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