@@ -38,7 +38,7 @@ RequestExecutionLevel admin
38
38
39
39
; NSIS Includes
40
40
41
- !include " MUI2 .nsh"
41
+ !include " MUI .nsh"
42
42
!include " LogicLib.nsh"
43
43
44
44
; ----------------------------------------------------------------------------------------------------------------------------
@@ -89,6 +89,7 @@ RequestExecutionLevel admin
89
89
!define INSTALLER_DISPLAYED_NAME " ${DISPLAYED_NAME}"
90
90
91
91
!addplugindir osgeo4w/untgz
92
+ !addplugindir osgeo4w/nsis
92
93
!endif
93
94
94
95
; ----------------------------------------------------------------------------------------------------------------------------
@@ -282,6 +283,7 @@ FunctionEnd
282
283
283
284
; Installer Pages
284
285
286
+ !define MUI_WELCOMEPAGE_TITLE_3LINES
285
287
!insertmacro MUI_PAGE_WELCOME
286
288
!insertmacro MUI_PAGE_LICENSE " .\Installer-Files\LICENSE.txt"
287
289
@@ -295,6 +297,7 @@ FunctionEnd
295
297
!insertmacro MUI_UNPAGE_WELCOME
296
298
!insertmacro MUI_UNPAGE_CONFIRM
297
299
!insertmacro MUI_UNPAGE_INSTFILES
300
+ !define MUI_FINISHPAGE_TITLE_3LINES
298
301
!insertmacro MUI_UNPAGE_FINISH
299
302
300
303
; ----------------------------------------------------------------------------------------------------------------------------
@@ -400,7 +403,7 @@ Section "Quantum GIS" SecQGIS
400
403
SetShellVarContext current
401
404
402
405
!if ${INSTALLER_TYPE} == " OSGeo4W"
403
- CreateShortCut " $DESKTOP\${QGIS_BASE}.lnk" " $INSTALL_DIR\bin\nircmd.exe" ' exec hide "$INSTALL_DIR\bin\qgis-dev .bat"' \
406
+ CreateShortCut " $DESKTOP\${QGIS_BASE}.lnk" " $INSTALL_DIR\bin\nircmd.exe" ' exec hide "$INSTALL_DIR\bin\qgis.bat"' \
404
407
" $INSTALL_DIR\icons\QGIS.ico" " " SW_SHOWNORMAL " " " Launch ${COMPLETE_NAME}"
405
408
!else
406
409
CreateShortCut " $DESKTOP\${QGIS_BASE}.lnk" " $INSTALL_DIR\bin\qgis.exe" " " \
@@ -413,7 +416,7 @@ Section "Quantum GIS" SecQGIS
413
416
CreateDirectory " $SMPROGRAMS\${QGIS_BASE}"
414
417
415
418
!if ${INSTALLER_TYPE} == " OSGeo4W"
416
- CreateShortCut " $SMPROGRAMS\${QGIS_BASE}\${QGIS_BASE}.lnk" " $INSTALL_DIR\bin\nircmd.exe" ' exec hide "$INSTALL_DIR\bin\qgis-dev .bat"' \
419
+ CreateShortCut " $SMPROGRAMS\${QGIS_BASE}\${QGIS_BASE}.lnk" " $INSTALL_DIR\bin\nircmd.exe" ' exec hide "$INSTALL_DIR\bin\qgis.bat"' \
417
420
" $INSTALL_DIR\icons\QGIS.ico" " " SW_SHOWNORMAL " " " Launch ${COMPLETE_NAME}"
418
421
!else
419
422
CreateShortCut " $SMPROGRAMS\${QGIS_BASE}\${QGIS_BASE}.lnk" " $INSTALL_DIR\bin\qgis.exe" " " \
0 commit comments