5151;Because the sub expects a string for each item, an error from ISPP about "Actual datatype not declared type"
5252;when compiling the setup indicates that total_fonts is set to a wrong value
5353
54- ; Hack_v2_019 \Hack-Bold.ttf - "Hack Bold" (88b4fa8e7d1aa8fe2d2d3f52a75cb2cf44b83c7a )
55- ; Hack_v2_019 \Hack-BoldItalic.ttf - "Hack Bold Italic" (a977e19b2b69c39eda63cd57fb41f55ef1fef38a )
56- ; Hack_v2_019 \Hack-Regular.ttf - "Hack" (3d5f3ccfa40406ad252b76a2219cb629df8e5ab3 )
57- ; Hack_v2_019 \Hack-Italic.ttf - "Hack Italic" (5d00974b49990e543f55b4aec2ea83660c8a49bf )
54+ ; Hack_v2_020 \Hack-Bold.ttf - "Hack Bold" (a7bb6faacd609145b55ed15ca238755544c03af5 )
55+ ; Hack_v2_020 \Hack-BoldItalic.ttf - "Hack Bold Italic" (c428004a2fe3570450c6d03442052b1a9989c58b )
56+ ; Hack_v2_020 \Hack-Regular.ttf - "Hack" (664cfe2a64de1486c0ace8073ceeb6d9281e8b78 )
57+ ; Hack_v2_020 \Hack-Italic.ttf - "Hack Italic" (efdae4b94858b98eab6dcf2cb8e3cc3d28263cc2 )
5858
5959;---END---
6060
@@ -78,8 +78,8 @@ AppId=HackWindowsInstaller
7878SetupMutex= HackWindowsInstaller_SetupMutex
7979
8080AppName = Hack Windows Installer
81- AppVersion = 1.0 . 2
82- VersionInfoVersion = 1.0 . 2
81+ AppVersion = 1.1 . 0
82+ VersionInfoVersion = 1.1 . 0
8383
8484AppPublisher = Michael Hex / Source Foundry
8585AppContact = Michael Hex / Source Foundry
@@ -132,15 +132,15 @@ AllowCancelDuringInstall=False
132132;SetupAppTitle is displayed in the taskbar
133133SetupAppTitle= Hack Windows Installer
134134;SetupWindowsTitle is displayed in the setup window itself so better include the version
135- SetupWindowTitle= Hack Windows Installer 1.0 . 2
135+ SetupWindowTitle= Hack Windows Installer 1.1 . 0
136136
137137;Message for the "Read to install" wizard page
138138 ;NOT USED - "Ready To Install" - below title bar
139139 ;WizardReady=
140140;"Setup is now ready to begin installing ...."
141141ReadyLabel1=
142142;"Click Install to continue with the installation"
143- ReadyLabel2b= Setup is now ready to install the Hack fonts v2.019 on your system.
143+ ReadyLabel2b= Setup is now ready to install the Hack fonts v2.020 on your system.
144144
145145
146146
@@ -160,10 +160,10 @@ Source: "license*.*"; DestDir: "{app}"; Flags: ignoreversion;
160160Source : " img\Hack-installer-icon.ico" ; DestDir : " {app} " ; Flags : ignoreversion ;
161161
162162;Install fonts
163- Source : " fonts\Hack_v2_019 \Hack-Bold.ttf" ; FontInstall: " Hack Bold" ; DestDir : " {fonts} " ; Check : FontFileInstallationRequired; Flags : ignoreversion restartreplace ;
164- Source : " fonts\Hack_v2_019 \Hack-BoldItalic.ttf" ; FontInstall: " Hack Bold Italic" ; DestDir : " {fonts} " ; Check : FontFileInstallationRequired; Flags : ignoreversion restartreplace ;
165- Source : " fonts\Hack_v2_019 \Hack-Regular.ttf" ; FontInstall: " Hack" ; DestDir : " {fonts} " ; Check : FontFileInstallationRequired; Flags : ignoreversion restartreplace ;
166- Source : " fonts\Hack_v2_019 \Hack-Italic.ttf" ; FontInstall: " Hack Italic" ; DestDir : " {fonts} " ; Check : FontFileInstallationRequired; Flags : ignoreversion restartreplace ;
163+ Source : " fonts\Hack_v2_020 \Hack-Bold.ttf" ; FontInstall: " Hack Bold" ; DestDir : " {fonts} " ; Check : FontFileInstallationRequired; Flags : ignoreversion restartreplace ;
164+ Source : " fonts\Hack_v2_020 \Hack-BoldItalic.ttf" ; FontInstall: " Hack Bold Italic" ; DestDir : " {fonts} " ; Check : FontFileInstallationRequired; Flags : ignoreversion restartreplace ;
165+ Source : " fonts\Hack_v2_020 \Hack-Regular.ttf" ; FontInstall: " Hack" ; DestDir : " {fonts} " ; Check : FontFileInstallationRequired; Flags : ignoreversion restartreplace ;
166+ Source : " fonts\Hack_v2_020 \Hack-Italic.ttf" ; FontInstall: " Hack Italic" ; DestDir : " {fonts} " ; Check : FontFileInstallationRequired; Flags : ignoreversion restartreplace ;
167167
168168
169169[InstallDelete]
@@ -186,7 +186,7 @@ Type: files; Name: "{fonts}\Hack-RegularOblique.ttf";
186186
187187[INI]
188188;Create an ini to make detection for enterprise deployment tools easy
189- Filename : " {app} \InstallInfo.ini" ; Section: " Main" ; Key: " Version" ; String : " 1.0.2 "
189+ Filename : " {app} \InstallInfo.ini" ; Section: " Main" ; Key: " Version" ; String : " 1.1.0 "
190190Filename : " {app} \InstallInfo.ini" ; Section: " Main" ; Key: " Name" ; String : " Hack Windows Installer"
191191
192192[UninstallDelete]
@@ -387,10 +387,10 @@ procedure FillFontDataArray();
387387begin
388388
389389
390- AddFontData(' Hack-Bold.ttf' , ' Hack Bold' , ' 88b4fa8e7d1aa8fe2d2d3f52a75cb2cf44b83c7a ' );
391- AddFontData(' Hack-BoldItalic.ttf' , ' Hack Bold Italic' , ' a977e19b2b69c39eda63cd57fb41f55ef1fef38a ' );
392- AddFontData(' Hack-Regular.ttf' , ' Hack' , ' 3d5f3ccfa40406ad252b76a2219cb629df8e5ab3 ' );
393- AddFontData(' Hack-Italic.ttf' , ' Hack Italic' , ' 5d00974b49990e543f55b4aec2ea83660c8a49bf ' );
390+ AddFontData(' Hack-Bold.ttf' , ' Hack Bold' , ' a7bb6faacd609145b55ed15ca238755544c03af5 ' );
391+ AddFontData(' Hack-BoldItalic.ttf' , ' Hack Bold Italic' , ' c428004a2fe3570450c6d03442052b1a9989c58b ' );
392+ AddFontData(' Hack-Regular.ttf' , ' Hack' , ' 664cfe2a64de1486c0ace8073ceeb6d9281e8b78 ' );
393+ AddFontData(' Hack-Italic.ttf' , ' Hack Italic' , ' efdae4b94858b98eab6dcf2cb8e3cc3d28263cc2 ' );
394394
395395end ;
396396
0 commit comments