9
9
; Select if you are building a "Development Version" or a "Release Version" of the Quantum GIS Installer
10
10
; Change the INSTALLER_TYPE variable to Release or Development
11
11
12
- !define INSTALLER_TYPE " Release"
12
+ !define INSTALLER_TYPE " Release-NoGrass "
13
13
14
14
; ----------------------------------------------------------------------------------------------------------------------------
15
15
39
39
; ----------------------------------------------------------------------------------------------------------------------------
40
40
41
41
; define the QGIS Base Name
42
- !define RELEASE_QGIS_BASE " Quantum GIS"
42
+ !define RELEASE_QGIS_BASE " Quantum GIS Daphnis "
43
43
!define DEV_QGIS_BASE " Quantum GIS Unstable Dev"
44
44
45
45
; Set the installer variables, depending on the selected version to build
56
56
!define CHECK_INSTALL_NAME " ${RELEASE_QGIS_BASE}"
57
57
!define INSTALLER_DISPLAYED_NAME " ${COMPLETE_NAME}"
58
58
!define PACKAGE_FOLDER " .\QGIS-Release-Package"
59
+ !else if ${INSTALLER_TYPE} == " Release-NoGrass"
60
+ !define VERSION_NUMBER " ${RELEASE_VERSION_NUMBER}"
61
+ !define VERSION_NAME " ${RELEASE_VERSION_NAME}"
62
+ !define COMPLETE_NAME " ${RELEASE_QGIS_BASE} ${RELEASE_VERSION_NUMBER} ${RELEASE_VERSION_NAME}"
63
+ !define SVN_REVISION " ${RELEASE_SVN_REVISION}"
64
+ !define BINARY_REVISION " ${RELEASE_BINARY_REVISION}"
65
+ !define QGIS_BASE " ${RELEASE_QGIS_BASE}"
66
+ !define INSTALLER_NAME " QGIS-${VERSION_NUMBER}-${BINARY_REVISION}-Setup.exe"
67
+ !define DISPLAYED_NAME " ${RELEASE_QGIS_BASE} ${VERSION_NUMBER}-${BINARY_REVISION}"
68
+ !define CHECK_INSTALL_NAME " ${RELEASE_QGIS_BASE}"
69
+ !define INSTALLER_DISPLAYED_NAME " ${COMPLETE_NAME}"
70
+ !define PACKAGE_FOLDER " .\QGIS-Release-Package-No-Grass"
59
71
!else if ${INSTALLER_TYPE} == " Development"
60
72
!define VERSION_NUMBER " ${DEV_VERSION_NUMBER}"
61
73
!define VERSION_NAME " ${DEV_VERSION_NAME}"
@@ -525,6 +537,9 @@ Section "Uninstall"
525
537
526
538
Delete " $INSTDIR\icons\QGIS.ico"
527
539
Delete " $INSTDIR\icons\QGIS_Web.ico"
540
+
541
+ Delete " $INSTDIR\MRSID_README.txt"
542
+ Delete " $INSTDIR\run.bat"
528
543
529
544
; remove folders
530
545
RMDir /r " $INSTDIR\bin"
@@ -541,6 +556,8 @@ Section "Uninstall"
541
556
RMDir /r " $INSTDIR\resources"
542
557
RMDir /r " $INSTDIR\svg"
543
558
RMDir /r " $INSTDIR\themes"
559
+ RMDir /r " $INSTDIR\proj"
560
+ RMDir /r " $INSTDIR\epsg_csv"
544
561
545
562
; if empty, remove the install folder
546
563
RMDir " $INSTDIR"
0 commit comments