mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Upstreaming changes from 0.8.x branch revision 6681
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6682 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
513fabe6c8
commit
2e3571a4fe
@ -2,8 +2,8 @@
|
||||
|
||||
; HM NIS Edit Wizard helper defines
|
||||
!define PRODUCT_NAME "Quantum GIS"
|
||||
!define PRODUCT_VERSION_NUMBER "0.8.1"
|
||||
!define PRODUCT_VERSION_NAME "Titan"
|
||||
!define PRODUCT_VERSION_NUMBER "0.9"
|
||||
!define PRODUCT_VERSION_NAME "Grumpy"
|
||||
!define PRODUCT_VERSION "${PRODUCT_VERSION_NUMBER} ${PRODUCT_VERSION_NAME}"
|
||||
!define PRODUCT_PUBLISHER "qgis.org"
|
||||
!define PRODUCT_WEB_SITE "http://qgis.org"
|
||||
@ -25,15 +25,15 @@ SetCompressor zlib
|
||||
|
||||
; MUI Settings
|
||||
!define MUI_ABORTWARNING
|
||||
!define MUI_ICON "C:\dev\cpp\qgis\win_build\qgis64x64.ico"
|
||||
!define MUI_UNICON "C:\dev\cpp\qgis\win_build\qgis64x64.ico"
|
||||
!define MUI_ICON "qgis64x64.ico"
|
||||
!define MUI_UNICON "qgis64x64.ico"
|
||||
; Added by Tim for side image
|
||||
!define MUI_WELCOMEFINISHPAGE_BITMAP "C:\dev\cpp\qgis\win_build\sidebar.bmp"
|
||||
!define MUI_WELCOMEFINISHPAGE_BITMAP "sidebar.bmp"
|
||||
; Welcome page
|
||||
!insertmacro MUI_PAGE_WELCOME
|
||||
; License page
|
||||
!define MUI_LICENSEPAGE_RADIOBUTTONS
|
||||
!insertmacro MUI_PAGE_LICENSE "C:\dev\cpp\qgis\LICENSE.txt"
|
||||
!insertmacro MUI_PAGE_LICENSE "LICENSE.txt"
|
||||
; Components page
|
||||
!insertmacro MUI_PAGE_COMPONENTS
|
||||
; Directory page
|
||||
|
Loading…
x
Reference in New Issue
Block a user