Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Show warning about grass preferring a path with no spaces. Show readm…
…e on last step of installer.

git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@7013 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jun 11, 2007
1 parent 73b9be5 commit 15bbe13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions win_build/qgis.nsi
Expand Up @@ -37,6 +37,8 @@ SetCompressor zlib
; Components page
!insertmacro MUI_PAGE_COMPONENTS
; Directory page

!define MUI_DIRECTORYPAGE_TEXT_TOP "Note: for full GRASS functionality install in a path with no spaces!"
!insertmacro MUI_PAGE_DIRECTORY
; Start menu page
var ICONS_GROUP
Expand All @@ -49,9 +51,13 @@ var ICONS_GROUP
; Instfiles page
!insertmacro MUI_PAGE_INSTFILES
; Finish page
!insertmacro MUI_PAGE_INSTFILES
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\share\qgis\doc\index.html"
!define MUI_FINISHPAGE_RUN "$INSTDIR\qgis.exe"
!insertmacro MUI_PAGE_FINISH



; Uninstaller pages
!insertmacro MUI_UNPAGE_INSTFILES

Expand Down

0 comments on commit 15bbe13

Please sign in to comment.