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

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jan 17 11:42:24 EST 2010


Author: martinl
Date: 2010-01-17 11:42:23 -0500 (Sun, 17 Jan 2010)
New Revision: 40511

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
grass installer cosmetics

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-01-17 16:21:00 UTC (rev 40510)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-01-17 16:42:23 UTC (rev 40511)
@@ -10,11 +10,11 @@
 
 ;Define the source path of the demolocation files
 
-!define DEMOLOCATION_PATH "c:\osgeo4w\usr\src\grass-6.4.0\demolocation"
+!define DEMOLOCATION_PATH "c:\osgeo4w\usr\src\grass64_release\demolocation"
 
 ;Select if you are building a "Development Version" or a "Release Version" of the GRASS Installer
 
-!define INSTALLER_TYPE "Release"
+!define INSTALLER_TYPE "Dev64"
 
 ;----------------------------------------------------------------------------------------------------------------------------
 
@@ -354,7 +354,7 @@
 !define MUI_PAGE_CUSTOMFUNCTION_PRE CheckUpdate
 !insertmacro MUI_PAGE_DIRECTORY
 
-Page custom CheckInstDir
+;Page custom CheckInstDir
 
 !insertmacro MUI_PAGE_COMPONENTS
 !insertmacro MUI_PAGE_INSTFILES



More information about the grass-commit mailing list