15
15
16
16
; Version variables
17
17
18
- !define RELEASE_VERSION_NUMBER " 0.11 .0"
19
- !define RELEASE_VERSION_NAME " Metis "
20
- !define RELEASE_SVN_REVISION " 8811 "
21
- !define RELEASE_BINARY_REVISION " 2 "
18
+ !define RELEASE_VERSION_NUMBER " 1.2 .0"
19
+ !define RELEASE_VERSION_NAME " Daphnis "
20
+ !define RELEASE_SVN_REVISION " 11475 "
21
+ !define RELEASE_BINARY_REVISION " 0 "
22
22
23
23
!define DEV_VERSION_NUMBER " "
24
24
!define DEV_VERSION_NAME " "
40
40
41
41
; define the QGIS Base Name
42
42
!define RELEASE_QGIS_BASE " Quantum GIS"
43
- !define DEV_QGIS_BASE " QGIS- Dev"
43
+ !define DEV_QGIS_BASE " Quantum GIS Unstable Dev"
44
44
45
45
; Set the installer variables, depending on the selected version to build
46
46
@@ -301,6 +301,13 @@ Var /GLOBAL DOWNLOAD_MESSAGE_
301
301
Section " Quantum GIS" SecQGIS
302
302
303
303
SectionIn RO
304
+
305
+ ; Added by Tim to set the reg key so we get default toolbar layout
306
+ !include ui.nsh
307
+ ; Added by Tim to set the reg key so we get default plugin loading
308
+ !include plugins.nsh
309
+ ; Added by Tim to set the reg key so we get default python & py plugins
310
+ !include python_plugins.nsh
304
311
305
312
; Set the INSTALL_DIR variable
306
313
Var /GLOBAL INSTALL_DIR
@@ -370,15 +377,15 @@ Section "Quantum GIS" SecQGIS
370
377
; Create the Desktop Shortcut
371
378
SetShellVarContext current
372
379
373
- CreateShortCut " $DESKTOP\${QGIS_BASE}.lnk" " $INSTALL_DIR\qgis.exe" " " \
380
+ CreateShortCut " $DESKTOP\${QGIS_BASE}.lnk" " $INSTALL_DIR\bin\ qgis.exe" " " \
374
381
" $INSTALL_DIR\icons\QGIS.ico" " " SW_SHOWNORMAL " " " Launch ${COMPLETE_NAME}"
375
382
376
383
; Create the Windows Start Menu Shortcuts
377
384
SetShellVarContext all
378
385
379
386
CreateDirectory " $SMPROGRAMS\${QGIS_BASE}"
380
387
381
- CreateShortCut " $SMPROGRAMS\${QGIS_BASE}\${QGIS_BASE}.lnk" " $INSTALL_DIR\qgis.exe" " " \
388
+ CreateShortCut " $SMPROGRAMS\${QGIS_BASE}\${QGIS_BASE}.lnk" " $INSTALL_DIR\bin\ qgis.exe" " " \
382
389
" $INSTALL_DIR\icons\QGIS.ico" " " SW_SHOWNORMAL " " " Launch ${COMPLETE_NAME}"
383
390
384
391
CreateShortCut " $SMPROGRAMS\${QGIS_BASE}\Quantum GIS Web Site.lnk" " $INSTALL_DIR\QGIS-WebSite.url" " " \
@@ -514,11 +521,13 @@ Section "Uninstall"
514
521
Delete " $INSTDIR\QGIS-WebSite.url"
515
522
516
523
Delete " $INSTDIR\*.dll"
524
+ Delete " $INSTDIR\*.csv"
517
525
518
526
Delete " $INSTDIR\icons\QGIS.ico"
519
527
Delete " $INSTDIR\icons\QGIS_Web.ico"
520
528
521
529
; remove folders
530
+ RMDir /r " $INSTDIR\bin"
522
531
RMDir /r " $INSTDIR\doc"
523
532
RMDir /r " $INSTDIR\grass"
524
533
RMDir /r " $INSTDIR\i18n"
@@ -560,4 +569,4 @@ SectionEnd
560
569
!insertmacro MUI_DESCRIPTION_TEXT ${SecAlaskaSDB} " Download and install the Alaska sample database (shapefiles and TIFF data)"
561
570
!insertmacro MUI_FUNCTION_DESCRIPTION_END
562
571
563
- ; ----------------------------------------------------------------------------------------------------------------------------
572
+ ; ----------------------------------------------------------------------------------------------------------------------------
0 commit comments