Commit 15bbe13 timlinux
committed
1 parent 73b9be5 commit 15bbe13 Copy full SHA for 15bbe13
File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ SetCompressor zlib
37
37
; Components page
38
38
!insertmacro MUI_PAGE_COMPONENTS
39
39
; Directory page
40
+
41
+ !define MUI_DIRECTORYPAGE_TEXT_TOP " Note: for full GRASS functionality install in a path with no spaces!"
40
42
!insertmacro MUI_PAGE_DIRECTORY
41
43
; Start menu page
42
44
var ICONS_GROUP
@@ -49,9 +51,13 @@ var ICONS_GROUP
49
51
; Instfiles page
50
52
!insertmacro MUI_PAGE_INSTFILES
51
53
; Finish page
54
+ !insertmacro MUI_PAGE_INSTFILES
55
+ !define MUI_FINISHPAGE_SHOWREADME " $INSTDIR\share\qgis\doc\index.html"
52
56
!define MUI_FINISHPAGE_RUN " $INSTDIR\qgis.exe"
53
57
!insertmacro MUI_PAGE_FINISH
54
58
59
+
60
+
55
61
; Uninstaller pages
56
62
!insertmacro MUI_UNPAGE_INSTFILES
57
63
You can’t perform that action at this time.
0 commit comments