Skip to content

Commit 15bbe13

Browse files
author
timlinux
committed
Show warning about grass preferring a path with no spaces. Show readme on last step of installer.
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_8_0@7013 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 73b9be5 commit 15bbe13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

win_build/qgis.nsi

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ SetCompressor zlib
3737
; Components page
3838
!insertmacro MUI_PAGE_COMPONENTS
3939
; Directory page
40+
41+
!define MUI_DIRECTORYPAGE_TEXT_TOP "Note: for full GRASS functionality install in a path with no spaces!"
4042
!insertmacro MUI_PAGE_DIRECTORY
4143
; Start menu page
4244
var ICONS_GROUP
@@ -49,9 +51,13 @@ var ICONS_GROUP
4951
; Instfiles page
5052
!insertmacro MUI_PAGE_INSTFILES
5153
; Finish page
54+
!insertmacro MUI_PAGE_INSTFILES
55+
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\share\qgis\doc\index.html"
5256
!define MUI_FINISHPAGE_RUN "$INSTDIR\qgis.exe"
5357
!insertmacro MUI_PAGE_FINISH
5458

59+
60+
5561
; Uninstaller pages
5662
!insertmacro MUI_UNPAGE_INSTFILES
5763

0 commit comments

Comments
 (0)