]> git.evergreen-ils.org Git - working/Hatch.git/blob - installer/windows/defines.nsh
LP#1733692 Bumping Hatch versions to 0.1.3
[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 1
17 !define VERSIONBUILD 3
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 ; Java
32 !define JRE_MIN_VERSION "1.8"
33
34 ;------------------------------
35 ; Page Info
36 ; This includes the look & feel as well as text on certain pages
37 !define MUI_COMPONENTSPAGE_SMALLDESC ;No value
38 !define MUI_INSTFILESPAGE_COLORS "FFFFFF 000000" ;Two colors
39 !define MUI_HEADERIMAGE
40 !define MUI_HEADERIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Header\nsis.bmp" ; optional
41 !define MUI_ABORTWARNING
42 !define MUI_RIGHTIMAGE_BITMAP "${NSISDIR}\Contrib\Graphics\Wizard\win.bmp"
43 !define MUI_PAGE_HEADER_TEXT "Hatch Installer"
44 ; Welcome Page Variables
45 !define MUI_WELCOMEPAGE_TEXT "Welcome to the Hatch install wizard.  This application will guide you through the installation for Hatch."
46 ; License Page Variables
47 !define MUI_LICENSEPAGE_TEXT_TOP "Read through the license carefully."
48 !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."