1- ; DATA file (INI based) for the Inno Setup based installer
1+ ; FSCW Data File
22
33[ID]
4- ; Internal ID for this setup, never displayed.
5- ; Whitespaces are NOT allowed, only a-z, A-Z, 0-9.
6- UniqueID =HackTestWinInstaller
7- ; IMPORTANT: DO NOT CHANGE THIS VALUE *EVER* ONCE YOU HAVE SET IT
8- ; AND THE INSTALLER HAS BEEN USED BY USERS!
4+ ; Internal ID for this setup, never displayed.
5+ ; Whitespaces are NOT allowed, only a-z, A-Z, 0-9.
6+ UniqueID =TenGallonHatSetup
7+ ; IMPORTANT: DO NOT CHANGE THIS VALUE *EVER* ONCE YOU HAVE SETUP HAS BEEN USED!
98
109
1110[Version]
12- ; Version of the Setup (*NOT* for the Font release).
11+ ; Version of the Setup (*NOT* for the Font release).
1312Version =1.0.0
14- ; This value can be overwritten by an CI tool during build like this (param EXTERNAL_VERSION):
15- ; iscc.exe /DEXTERNAL_VERSION=%APPVEYOR_BUILD_VERSION% src/YourScriptFile.iss
13+ ; This value can be overwritten by an CI tool during build like this (param EXTERNAL_VERSION):
14+ ; iscc.exe /DEXTERNAL_VERSION=%APPVEYOR_BUILD_VERSION% src/YourScriptFile.iss
1615
17- ; Version of FONT release
18- FontVersion =2.020
19- ; This value can be overwritten by an CI tool during build like this (param EXTERNAL_FONT_VERSION):
20- ; iscc.exe /DEXTERNAL_FONT_VERSION=%MY_FONT_BUILD_VERSION% src/YourScriptFile.iss
16+ ; Version of the FONT release
17+ FontVersion =1.02
18+ ; This value can be overwritten by an CI tool during build like this (param EXTERNAL_FONT_VERSION):
19+ ; iscc.exe /DEXTERNAL_FONT_VERSION=%MY_FONT_BUILD_VERSION% src/YourScriptFile.iss
2120
2221
2322[About]
24- ; Name of the font release. Will be displayed during setup like this:
25- ; Setup is now ready to install the {#FontName} v{#FontVersion} on your system.
26- FontName =Hack TEST fonts
23+ ; Name of the font release. Will be displayed during setup like this:
24+ ; Setup is now ready to install the {#FontName} v{#FontVersion} on your system.
25+ FontName =Ten Gallon Hat fonts
2726
28- ; The entity that releases the font and the setup
27+ ; The entity that releases the font and the setup
2928Publisher =Michael Hex / Source Foundry
3029
31- ; Copyright for the font/setup.
30+ ; Copyright for the font
3231Copyright =Copyright © 2016 Michael Hex / Source Foundry
3332
34- ; This URL will be created as web shortcut [ Website.lnk} in the destination folder and
35- ; also displayed in the Add/Remove Programs applet.
33+ ; This URL will be created as web shortcut ( Website.lnk) in the destination folder and
34+ ; is also displayed in the Add/Remove Programs applet.
3635Website =http://sourcefoundry.org/hack/
37- ; Internal notice:
38- ; In the old setup, Add/Remove Programs -> Support (AppSupportURL) pointed to https://github.com/source-foundry/Hack-windows-installer'
39- ; File Hack Homepage.lnk (Section ICONS) pointed to http://sourcefoundry.org/hack/
4036
4137
4238[General]
43- ; Name of the installer, can be changed at any time and is displayed to the user during setup.
44- ; This is also the name that is displayed inside the Add/Remove Programs Applet.
45- Name =Hack Test Win Installer
39+ ; Name of the installer, can be changed at any time and is displayed to the user during setup.
40+ ; This is also the name that is displayed inside the Add/Remove Programs Applet.
41+ Name =Ten Gallon Hat Font
4642
47- ; Name of the resulting EXE file.
48- ; *DO NOT* add the extension ( .exe) , this will be done by the script.
49- ExeFile =HackTestWinInstaller
43+ ; Name of the resulting EXE file.
44+ ; *DO NOT* add the extension .exe, this will be done by the script.
45+ ExeFile =TenGallonHatSetup
5046
51- ; Folder name generated in C:\Program Files\.
52- ; This is required as the uninstall information and the log files needs to be stored somewhere.
47+ ; Name of the folder generated in C:\Program Files\.
48+ ; This is required as the uninstall information and the log files needs to be stored somewhere.
5349DestinationFolder =Hack Test Win Installer
5450
55- ; Icon that will be applied to the resulting setup exe and displayed in Add/Remove Programs applet.
56- ; Can be empty.
57- Icon =
58-
59- ; The license file(s) that will be copied to the destination folder (optional, but highly recommended).
60- ; Can be a single file:
61- ; LicenseFile=License.txt
62- ; A single file from a sub folder:
63- ; LicenseFile=lic\License.md
64- ; Several files at once by using wildcards:
65- ; LicenseFile=license*.*
51+ ; Icon that will be applied to the resulting setup exe and displayed in Add/Remove Programs applet.
52+ ; Can be empty.
53+ Icon =src\Hack-installer-icon.ico
54+
55+ ; The license file(s) that will be copied to the destination folder (optional, but highly recommended).
56+ ; Can be a single file:
57+ ; LicenseFile=License.txt
58+ ; A single file from a sub folder:
59+ ; LicenseFile=lic\License.md
60+ ; Several files at once from a sub folder by using wildcards:
61+ ; LicenseFile=lic\license*.*
62+ ; Several files at once from the base folder
6663LicenseFile =license*.*
6764
6865
69- ; This section defines which fonts should be installed.
66+ ; This section defines which fonts should be installed.
7067[InstallFonts]
71- ; In which sub folder are the font files located (as seen from the base path) .
72- SourceFolder =testfonts
68+ ; In which sub folder are the font files located, from the base folder of the repository .
69+ SourceFolder =fonts
7370
74- ; How many fonts are in this section we should install.
75- ; This must be number of the last File.X and Name.X entry
71+ ; How many fonts are in this section we should install.
72+ ; This must be number of the last File.X and Name.X entry
7673Count =4
7774
78- ; For Name.X *DO NOT* append "(TrueType)" - The setup will add it automatically.
75+ ; For Name.X *DO NOT* append "(TrueType)" - The setup will add it automatically.
7976File.1 =Hack-Bold-DEV.ttf
8077Name.1 =Hack Bold
8178
82- ; For any font that is named "Regular", *DO NOT* add "Regular". Windows assumes "Regular" to not be used.
79+ ; For any font that is named "Regular", *DO NOT* add "Regular". Windows assumes "Regular" to not be used.
8380File.2 =Hack-Regular-DEV.ttf
8481Name.2 =Hack
8582
@@ -90,24 +87,22 @@ File.4=Hack-Italic-DEV.ttf
9087Name.4 =Hack Italic
9188
9289
93- ; Use this section to remove fonts upon installation, e.g. old versions of your files
94- ; that had different file names or font names. The Count for this section can be zero.
90+ ; Use this section to remove fonts upon installation, e.g. old versions of your files
91+ ; that had different file names or font names. The Count for this section can be zero.
9592[RemoveFonts]
9693Count =4
9794
98- ; These files are left overs from Hack 2.10 which used different names for italic
99-
100- ; Again, *DO NOT* append "(TrueType)" for any Name.X entry
101- File.1 =Hack-BoldOblique.ttf
95+ ; Again, *DO NOT* append "(TrueType)" for any Name.X entry
96+ File.1 =Hack-BoldOblique-DEV.ttf
10297Name.1 =Hack Bold Oblique
10398
104- File.2 =Hack-RegularOblique.ttf
99+ File.2 =Hack-RegularOblique-DEV .ttf
105100Name.2 =Hack Oblique
106101
107- File.3 =Hack-BoldOblique.otf
102+ File.3 =Hack-BoldOblique-DEV .otf
108103Name.3 =Hack Bold Oblique
109104
110- File.4 =Hack-RegularOblique.otf
105+ File.4 =Hack-RegularOblique-DEV .otf
111106Name.4 =Hack Oblique
112107
113108
0 commit comments