9696; Hack-RegularOblique.otf
9797; Hack Oblique
9898
99+ ; INI position #5
100+ ; Hack-Regular-linegap*.*
101+ ; Hack Linegap
102+
103+ ; INI position #6
104+ ; Hack-Bold-linegap*.*
105+ ; Hack Bold Linegap
106+
107+ ; INI position #7
108+ ; Hack-Italic-linegap*.*
109+ ; Hack Italic linegap
110+
111+ ; INI position #8
112+ ; Hack-BoldItalic-linegap*.*
113+ ; Hack Bold Italic linegap
114+
99115
100116
101117
@@ -136,8 +152,8 @@ SetupMutex=HackWindowsInstaller_Mutex
136152
137153AppName = Hack Windows Installer
138154
139- AppVersion = 1.4 .1
140- VersionInfoVersion = 1.4 .1
155+ AppVersion = 1.4 .2
156+ VersionInfoVersion = 1.4 .2
141157
142158AppPublisher = Michael Hex / Source Foundry
143159AppCopyright = Copyright © 2016 Michael Hex / Source Foundry
@@ -208,7 +224,7 @@ AllowCancelDuringInstall=False
208224SetupAppTitle= Hack Windows Installer
209225
210226;SetupWindowsTitle is displayed in the setup window itself so we better include the version
211- SetupWindowTitle= Hack Windows Installer 1.4 .1
227+ SetupWindowTitle= Hack Windows Installer 1.4 .2
212228
213229;Messages for the "Read to install" wizard page
214230 ;NOT USED - "Ready To Install" - below title bar
@@ -264,6 +280,10 @@ Name: "{app}\Website"; Filename: "http://sourcefoundry.org/hack/";
264280 Type : files ; Name : " {fonts} \Hack-RegularOblique.ttf" ;
265281 Type : files ; Name : " {fonts} \Hack-BoldOblique.otf" ;
266282 Type : files ; Name : " {fonts} \Hack-RegularOblique.otf" ;
283+ Type : files ; Name : " {fonts} \Hack-Regular-linegap*.*" ;
284+ Type : files ; Name : " {fonts} \Hack-Bold-linegap*.*" ;
285+ Type : files ; Name : " {fonts} \Hack-Italic-linegap*.*" ;
286+ Type : files ; Name : " {fonts} \Hack-BoldItalic-linegap*.*" ;
267287;------------------------
268288
269289
@@ -274,6 +294,10 @@ Name: "{app}\Website"; Filename: "http://sourcefoundry.org/hack/";
274294 Root : HKLM; Subkey : " SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" ; ValueName : " Hack Oblique (TrueType)" ; ValueType : none ; Flags : deletevalue ;
275295 Root : HKLM; Subkey : " SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" ; ValueName : " Hack Bold Oblique (TrueType)" ; ValueType : none ; Flags : deletevalue ;
276296 Root : HKLM; Subkey : " SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" ; ValueName : " Hack Oblique (TrueType)" ; ValueType : none ; Flags : deletevalue ;
297+ Root : HKLM; Subkey : " SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" ; ValueName : " Hack Linegap (TrueType)" ; ValueType : none ; Flags : deletevalue ;
298+ Root : HKLM; Subkey : " SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" ; ValueName : " Hack Bold Linegap (TrueType)" ; ValueType : none ; Flags : deletevalue ;
299+ Root : HKLM; Subkey : " SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" ; ValueName : " Hack Italic linegap (TrueType)" ; ValueType : none ; Flags : deletevalue ;
300+ Root : HKLM; Subkey : " SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts" ; ValueName : " Hack Bold Italic linegap (TrueType)" ; ValueType : none ; Flags : deletevalue ;
277301;------------------------
278302
279303;------------------------
@@ -287,7 +311,7 @@ Name: "{app}\Website"; Filename: "http://sourcefoundry.org/hack/";
287311
288312[INI]
289313;Create an ini to make detection for enterprise deployment tools easy
290- Filename : " {app} \InstallInfo.ini" ; Section: " Main" ; Key: " Version" ; String : " 1.4.1 "
314+ Filename : " {app} \InstallInfo.ini" ; Section: " Main" ; Key: " Version" ; String : " 1.4.2 "
291315Filename : " {app} \InstallInfo.ini" ; Section: " Main" ; Key: " Name" ; String : " Hack Windows Installer"
292316
293317
@@ -671,7 +695,7 @@ begin
671695 LogAsImportant(' --------------------------------' );
672696 LogAsImportant(' Font name.....: Hack fonts' );
673697 LogAsImportant(' Script version: 2.03' );
674- LogAsImportant(' Setup version.: 1.4.1 ' );
698+ LogAsImportant(' Setup version.: 1.4.2 ' );
675699 LogAsImportant(' Font version..: 3.000' );
676700 LogAsImportant(' Local time....: ' + GetDateTimeString(' yyyy-dd-mm hh:nn' , ' -' , ' :' ));
677701 LogAsImportant(' Fonts folder..: ' + ExpandConstant(' {fonts}' ));
@@ -767,10 +791,9 @@ begin
767791 customProgressPage.SetText('Informing Windows that fonts have changed...','');
768792
769793 SendBroadcastMessage(29, 0, 0);
770-
771- customProgressPage.SetText('Storing font data...','');
772794 }
773795
796+ customProgressPage.SetText(' Storing font data...' ,' ' );
774797
775798 appDestinationFolder:=ExpandConstant(' {app}' );
776799 appDestinationFolder:=AddBackslash(appDestinationFolder);
0 commit comments