]> git.evergreen-ils.org Git - working/Hatch.git/blob - installer/windows/defines.nsh
LP1824391 Bump hatch version to 0.3.2
[working/Hatch.git] / installer / windows / defines.nsh
1 ;=============================
2 ; All defines go in here
3
4 ;-----------------
5 ; Base Info
6
7 !define APPNAME "Hatch" 
8 !define COMPANYNAME "Evergreen ILS"
9 !define DESCRIPTION "Java based Print Service and Local Storage System"
10 !define EXTENSIONID "ppooibdipmklfichpmkcgplfgdplgahl" ; Chrome extension id
11 !define EXTENSION_UPDATEURL "https://clients2.google.com/service/update2/crx" ; Chrome Web Store Autoupdate URL
12 ;-----------------------------------
13 ; Version info
14 ; Version numbers should be integers
15 !define VERSIONMAJOR 0
16 !define VERSIONMINOR 3
17 !define VERSIONBUILD 2
18 !define FULLVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}"
19 ;---------------------------
20 ; Add Remove info
21 ; The following will be displayed by the "Click here for support information" link
22 ; in Add/Remove Programs.  You can use mailto: links here.
23 ; Unless there's real info, leave these blank. The registry keys will be skipped if they're blank
24 !define HELPURL ""
25 !define UPDATEURL ""
26 !define ABOUTURL ""
27 ; The size in KB of all the files we'll be installing
28 !define INSTALLSIZE 332000
29
30 ;------------------------------
31 ; Page Info
32 ; This includes the look & feel as well as text on certain pages
33 !define MUI_COMPONENTSPAGE_SMALLDESC ;No value
34 !define MUI_INSTFILESPAGE_COLORS "FFFFFF 000000" ;Two colors
35 !define MUI_HEADERIMAGE
36 !define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\nsis.bmp" ; optional
37 !define MUI_ABORTWARNING
38 !define MUI_RIGHTIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\win.bmp"
39 !define MUI_PAGE_HEADER_TEXT "Hatch Installer"
40 ; Welcome Page Variables
41 !define MUI_WELCOMEPAGE_TEXT "Welcome to the Hatch install wizard.  This application will guide you through the installation for Hatch."
42 ; License Page Variables
43 !define MUI_LICENSEPAGE_TEXT_TOP "Read through the license carefully."
44 !define MUI_LICENSEPAGE_TEXT_BOTTOM "If you accept the terms of the agreement, click I Agree to continue.  You must accept the agreement to install Hatch."