48
48
; Hack Bold
49
49
; Hack-Bold.ttf
50
50
; C:\dev\git\Hack-windows-installer\fonts\Hack_v3_000\Hack-Bold.ttf
51
- ; 12022be7e047f0ec26517084d5fc6d444a2511ac
51
+ ; 2d5c7e8b0091cce6a9adf71f7c8992365d486f70
52
52
53
53
; INI position #2
54
54
; Hack
55
55
; Hack-Regular.ttf
56
56
; C:\dev\git\Hack-windows-installer\fonts\Hack_v3_000\Hack-Regular.ttf
57
- ; 8f7271c506e5fc5b6ad69ec00845f10d0a4ee146
57
+ ; 5eceb4a3b9bc49d23da0499317f4bed5d5a0b4bb
58
58
59
59
; INI position #3
60
60
; Hack Bold Italic
61
61
; Hack-BoldItalic.ttf
62
62
; C:\dev\git\Hack-windows-installer\fonts\Hack_v3_000\Hack-BoldItalic.ttf
63
- ; e41d5b385511295d1f771f2c647e9151dbf72012
63
+ ; c05822be3b154476970241d6bddc0fe1662639da
64
64
65
65
; INI position #4
66
66
; Hack Italic
67
67
; Hack-Italic.ttf
68
68
; C:\dev\git\Hack-windows-installer\fonts\Hack_v3_000\Hack-Italic.ttf
69
- ; 593a16309b9fe89ce600ef688cb53d5747054ab3
69
+ ; 0c5a8a3396eaa2c49e1c317b47afee5b08a5a27a
70
70
71
71
72
72
111
111
;Because the sub expects a string for each item, an error from ISPP about "Actual datatype not declared type"
112
112
;when compiling the setup indicates that total_fonts is set to a wrong value
113
113
114
- ; C:\dev\git\Hack-windows-installer\fonts\Hack_v3_000\Hack-Bold.ttf\Hack-Bold.ttf - "Hack Bold" - 12022be7e047f0ec26517084d5fc6d444a2511ac
115
- ; C:\dev\git\Hack-windows-installer\fonts\Hack_v3_000\Hack-Regular.ttf\Hack-Regular.ttf - "Hack" - 8f7271c506e5fc5b6ad69ec00845f10d0a4ee146
116
- ; C:\dev\git\Hack-windows-installer\fonts\Hack_v3_000\Hack-BoldItalic.ttf\Hack-BoldItalic.ttf - "Hack Bold Italic" - e41d5b385511295d1f771f2c647e9151dbf72012
117
- ; C:\dev\git\Hack-windows-installer\fonts\Hack_v3_000\Hack-Italic.ttf\Hack-Italic.ttf - "Hack Italic" - 593a16309b9fe89ce600ef688cb53d5747054ab3
114
+ ; C:\dev\git\Hack-windows-installer\fonts\Hack_v3_000\Hack-Bold.ttf\Hack-Bold.ttf - "Hack Bold" - 2d5c7e8b0091cce6a9adf71f7c8992365d486f70
115
+ ; C:\dev\git\Hack-windows-installer\fonts\Hack_v3_000\Hack-Regular.ttf\Hack-Regular.ttf - "Hack" - 5eceb4a3b9bc49d23da0499317f4bed5d5a0b4bb
116
+ ; C:\dev\git\Hack-windows-installer\fonts\Hack_v3_000\Hack-BoldItalic.ttf\Hack-BoldItalic.ttf - "Hack Bold Italic" - c05822be3b154476970241d6bddc0fe1662639da
117
+ ; C:\dev\git\Hack-windows-installer\fonts\Hack_v3_000\Hack-Italic.ttf\Hack-Italic.ttf - "Hack Italic" - 0c5a8a3396eaa2c49e1c317b47afee5b08a5a27a
118
118
119
119
;---END---
120
120
@@ -136,8 +136,8 @@ SetupMutex=HackWindowsInstaller_Mutex
136
136
137
137
AppName = Hack Windows Installer
138
138
139
- AppVersion = 1.4 .0
140
- VersionInfoVersion = 1.4 .0
139
+ AppVersion = 1.4 .1
140
+ VersionInfoVersion = 1.4 .1
141
141
142
142
AppPublisher = Michael Hex / Source Foundry
143
143
AppCopyright = Copyright © 2016 Michael Hex / Source Foundry
@@ -208,7 +208,7 @@ AllowCancelDuringInstall=False
208
208
SetupAppTitle= Hack Windows Installer
209
209
210
210
;SetupWindowsTitle is displayed in the setup window itself so we better include the version
211
- SetupWindowTitle= Hack Windows Installer 1.4 .0
211
+ SetupWindowTitle= Hack Windows Installer 1.4 .1
212
212
213
213
;Messages for the "Read to install" wizard page
214
214
;NOT USED - "Ready To Install" - below title bar
@@ -287,7 +287,7 @@ Name: "{app}\Website"; Filename: "http://sourcefoundry.org/hack/";
287
287
288
288
[INI]
289
289
;Create an ini to make detection for enterprise deployment tools easy
290
- Filename : " {app} \InstallInfo.ini" ; Section: " Main" ; Key: " Version" ; String : " 1.4.0 "
290
+ Filename : " {app} \InstallInfo.ini" ; Section: " Main" ; Key: " Version" ; String : " 1.4.1 "
291
291
Filename : " {app} \InstallInfo.ini" ; Section: " Main" ; Key: " Name" ; String : " Hack Windows Installer"
292
292
293
293
@@ -519,10 +519,10 @@ procedure FillFontDataArray();
519
519
begin
520
520
521
521
522
- AddFontData(' Hack-Bold.ttf' , ' Hack Bold' , ' 12022be7e047f0ec26517084d5fc6d444a2511ac ' );
523
- AddFontData(' Hack-Regular.ttf' , ' Hack' , ' 8f7271c506e5fc5b6ad69ec00845f10d0a4ee146 ' );
524
- AddFontData(' Hack-BoldItalic.ttf' , ' Hack Bold Italic' , ' e41d5b385511295d1f771f2c647e9151dbf72012 ' );
525
- AddFontData(' Hack-Italic.ttf' , ' Hack Italic' , ' 593a16309b9fe89ce600ef688cb53d5747054ab3 ' );
522
+ AddFontData(' Hack-Bold.ttf' , ' Hack Bold' , ' 2d5c7e8b0091cce6a9adf71f7c8992365d486f70 ' );
523
+ AddFontData(' Hack-Regular.ttf' , ' Hack' , ' 5eceb4a3b9bc49d23da0499317f4bed5d5a0b4bb ' );
524
+ AddFontData(' Hack-BoldItalic.ttf' , ' Hack Bold Italic' , ' c05822be3b154476970241d6bddc0fe1662639da ' );
525
+ AddFontData(' Hack-Italic.ttf' , ' Hack Italic' , ' 0c5a8a3396eaa2c49e1c317b47afee5b08a5a27a ' );
526
526
527
527
end ;
528
528
@@ -670,8 +670,8 @@ begin
670
670
671
671
LogAsImportant(' --------------------------------' );
672
672
LogAsImportant(' Font name.....: Hack fonts' );
673
- LogAsImportant(' Script version: 2.02 ' );
674
- LogAsImportant(' Setup version.: 1.4.0 ' );
673
+ LogAsImportant(' Script version: 2.03 ' );
674
+ LogAsImportant(' Setup version.: 1.4.1 ' );
675
675
LogAsImportant(' Font version..: 3.000' );
676
676
LogAsImportant(' Local time....: ' + GetDateTimeString(' yyyy-dd-mm hh:nn' , ' -' , ' :' ));
677
677
LogAsImportant(' Fonts folder..: ' + ExpandConstant(' {fonts}' ));
@@ -747,18 +747,30 @@ begin
747
747
try
748
748
begin
749
749
750
- customProgressPage.SetText(' Starting service FontCache...' ,' ' );
750
+ customProgressPage.SetText(' Starting FontCache service ...' ,' ' );
751
751
if FontCacheService_Stopped=true then begin
752
752
StartNTService2(' FontCache' );
753
753
FontCacheService_Stopped:=false;
754
+ customProgressPage.SetText(' FontCache service was started' ,' ' );
754
755
end ;
755
-
756
756
757
+ customProgressPage.SetText(' Starting service FontCache3.0.0.0...' ,' ' );
758
+ if FontCache30Service_Stopped=true then begin
759
+ StartNTService2(' FontCache3.0.0.0' );
760
+ FontCache30Service_Stopped:=false;
761
+ customProgressPage.SetText(' FontCache3.0.0.0 service was started' ,' ' );
762
+ end ;
757
763
764
+
765
+
766
+ {
767
+ customProgressPage.SetText('Informing Windows that fonts have changed...','');
758
768
759
769
SendBroadcastMessage(29, 0, 0);
760
770
761
771
customProgressPage.SetText('Storing font data...','');
772
+ }
773
+
762
774
763
775
appDestinationFolder:=ExpandConstant(' {app}' );
764
776
appDestinationFolder:=AddBackslash(appDestinationFolder);
0 commit comments