6060
6161
6262
63+
6364;General procedure
6465; e) Ready to install
6566; d) INSTALL
@@ -77,18 +78,20 @@ AppId=HackWindowsInstaller
7778SetupMutex= HackWindowsInstaller_SetupMutex
7879
7980AppName = Hack Windows Installer
80- AppVersion = 1.0 .1
81- VersionInfoVersion = 1.0 .1
81+ AppVersion = 1.0 .2
82+ VersionInfoVersion = 1.0 .2
8283
8384AppPublisher = Michael Hex / Source Foundry
8485AppContact = Michael Hex / Source Foundry
8586AppSupportURL = https://github.com/source-foundry/Hack-windows-installer
8687AppComments = Hack font installer
8788AppCopyright = Copyright © 2016 Michael Hex / Source Foundry
8889
89- ;No icon?
90- ;UninstallDisplayIcon
91- ;SetupIconFile
90+ ;This icon is used for the icon of HackWindowsInstaller.exe itself
91+ SetupIconFile = img\Hack-installer-icon.ico
92+ ;This icon will be displayed in Add/Remove programs and needs to be installed locally
93+ UninstallDisplayIcon = {app} \Hack-installer-icon.ico
94+
9295
9396;Target folder settings
9497DefaultDirName = {pf} \Hack Windows Installer\
@@ -117,23 +120,29 @@ SolidCompression=yes
117120
118121PrivilegesRequired = admin
119122
120- ;Only include LicenseFile and InfoBeforeFile when using a release build
121- ;#ifndef DEBUG
122- ;Might be disabled later on
123+ ;Ignore some screens
123124DisableWelcomePage = yes
125+ DisableDirPage = yes
126+ DisableProgramGroupPage = yes
127+ AllowCancelDuringInstall = False
124128
125- ;License information
126- ;LicenseFile=LICENSE.txt
127129
128- ;readme
129- ;InfoBeforeFile=readme.md
130+ [Messages]
131+ ;Default Windows/App text
132+ ;SetupAppTitle is displayed in the taskbar
133+ SetupAppTitle= Hack Windows Installer
134+ ;SetupWindowsTitle is displayed in the setup window itself so better include the version
135+ SetupWindowTitle= Hack Windows Installer 1.0 .2
136+
137+ ;Message for the "Read to install" wizard page
138+ ;NOT USED - "Ready To Install" - below title bar
139+ ;WizardReady=
140+ ;"Setup is now ready to begin installing ...."
141+ ReadyLabel1=
142+ ;"Click Install to continue with the installation"
143+ ReadyLabel2b= Setup is now ready to install the Hack fonts v2.019 on your system.
130144
131- ;#endif
132145
133- ;Ignore some screens
134- DisableDirPage = yes
135- DisableProgramGroupPage = yes
136- AllowCancelDuringInstall = False
137146
138147
139148[Icons]
@@ -147,6 +156,9 @@ Name: "{app}\Hack Homepage"; Filename: "http://sourcefoundry.org/hack/";
147156;Copy license files - always copied
148157Source : " license*.*" ; DestDir : " {app} " ; Flags : ignoreversion ;
149158
159+ ;Copy the icon to the installation folder in order to show it in Add/Remove programs
160+ Source : " img\Hack-installer-icon.ico" ; DestDir : " {app} " ; Flags : ignoreversion ;
161+
150162;Install fonts
151163 Source : " fonts\Hack_v2_019\Hack-Bold.ttf" ; FontInstall: " Hack Bold" ; DestDir : " {fonts} " ; Check : FontFileInstallationRequired; Flags : ignoreversion restartreplace ;
152164 Source : " fonts\Hack_v2_019\Hack-BoldItalic.ttf" ; FontInstall: " Hack Bold Italic" ; DestDir : " {fonts} " ; Check : FontFileInstallationRequired; Flags : ignoreversion restartreplace ;
@@ -174,24 +186,14 @@ Type: files; Name: "{fonts}\Hack-RegularOblique.ttf";
174186
175187[INI]
176188;Create an ini to make detection for enterprise deployment tools easy
177- Filename : " {app} \InstallInfo.ini" ; Section: " Main" ; Key: " Version" ; String : " 1.0.1 "
189+ Filename : " {app} \InstallInfo.ini" ; Section: " Main" ; Key: " Version" ; String : " 1.0.2 "
178190Filename : " {app} \InstallInfo.ini" ; Section: " Main" ; Key: " Name" ; String : " Hack Windows Installer"
179191
180192[UninstallDelete]
181193;Delete Install Info
182194Type : files ; Name : " {app} \InstallInfo.ini"
183195
184196
185- [Messages]
186- ;Message for the "Read to install" wizard page
187- ;"Ready To Install"
188- ;WizardReady=
189-
190- ;"Setup is now ready to begin installing ...."
191- ReadyLabel1=
192- ;"Click Install to continue with the installation"
193- ReadyLabel2b= Setup is now ready to install the Hack fonts v2.019 on your system.
194- ;%n%nClick Install to continue.
195197
196198
197199[Code]
0 commit comments