Skip to content

Commit 91b9d41

Browse files
authored
innosetup: update to 6.6.0 (#655)
It improves the look&feel, and adds support for Dark Mode (which Git for Windows will need some work before it can accommodate).
2 parents 6763a80 + dfe6df3 commit 91b9d41

37 files changed

+286
-461
lines changed

installer/InnoSetup/Default.isl

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ LanguageCodePage=0
1919
; If the language you are translating to requires special font faces or
2020
; sizes, uncomment any of the following entries and change them accordingly.
2121
;DialogFontName=
22-
;DialogFontSize=8
23-
;WelcomeFontName=Verdana
24-
;WelcomeFontSize=12
25-
;TitleFontName=Arial
26-
;TitleFontSize=29
27-
;CopyrightFontName=Arial
28-
;CopyrightFontSize=8
22+
;DialogFontSize=9
23+
;DialogFontBaseScaleWidth=7
24+
;DialogFontBaseScaleHeight=15
25+
;WelcomeFontName=Segoe UI
26+
;WelcomeFontSize=14
2927

3028
[Messages]
3129

installer/InnoSetup/ISCC.exe

512 Bytes
Binary file not shown.

installer/InnoSetup/ISCmplr.dll

28 KB
Binary file not shown.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
format issig-v2
22
file-name "ISCmplr.dll"
3-
file-size 1472144
4-
file-hash 560e88cad3e2bbc3a5d1cb99947cd49f7d1e5f756d7007d5e332f3471b656d3c
3+
file-size 1500816
4+
file-hash 10f993b4a7c064f9dbb40a7f7c4cdd4c0a7c3236aa2e40f49df11c6ed11f1521
55
file-tag ""
66
key-id def020edee3c4835fd54d85eff8b66d4d899b22a777353ca4a114b652e5e7a28
7-
sig-r f0563f421c0a31bd0c320000f837ee341a885056ad91d0d411a801524a07dd4c
8-
sig-s 14a3194a1cc40b707b4651cb1ade00e8c07fb8caad1c989dc877257baf73866f
7+
sig-r e4037b8579ea6478b374e25f8d34405bd6151b02d025a086202d4d97eceeb33e
8+
sig-s 7d1bd0c0ec618cf68b9b47043fbf1998707f79105f3552b22de2eedc2af846bb

installer/InnoSetup/ISPP.dll

2 KB
Binary file not shown.

installer/InnoSetup/ISPP.dll.issig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
format issig-v2
22
file-name "ISPP.dll"
3-
file-size 1002128
4-
file-hash 796a0931cadde727e4cabb284de33cf712f7e0e13bcca89239b7ca8d0bac29b2
3+
file-size 1004176
4+
file-hash be74965bb01270da082765d8ec3b8ceddf13873a9226321db888a66430039c58
55
file-tag ""
66
key-id def020edee3c4835fd54d85eff8b66d4d899b22a777353ca4a114b652e5e7a28
7-
sig-r 32ae38faec2baedb48fd7af3c1586b446c157c18610fae9770e2170996fcbeec
8-
sig-s e77ee9bad64f00316f180d3af3575151baffd75ee441a9638265d53329432ec3
7+
sig-r 971334f70c3abc9c863a24842c3ee5ddfdd5ffb86021c5ecbf631db37ff14603
8+
sig-s 5b9431d899015dd4ba9f443453b0c6526b8ec815920f2cb7cf2eb9e4f02cf5f5

installer/InnoSetup/ISSigTool.exe

0 Bytes
Binary file not shown.
189 KB
Binary file not shown.

installer/InnoSetup/ISetup.chm

188 KB
Binary file not shown.

installer/InnoSetup/Languages/Arabic.isl

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ RightToLeft=yes
1919
; If the language you are translating to requires special font faces or
2020
; sizes, uncomment any of the following entries and change them accordingly.
2121
;DialogFontName=
22-
;DialogFontSize=8
23-
;WelcomeFontName=Verdana
24-
;WelcomeFontSize=12
25-
;TitleFontName=Arial
26-
;TitleFontSize=29
27-
;CopyrightFontName=Arial
28-
;CopyrightFontSize=8
22+
;DialogFontSize=9
23+
;DialogFontBaseScaleWidth=7
24+
;DialogFontBaseScaleHeight=15
25+
;WelcomeFontName=Segoe UI
26+
;WelcomeFontSize=14
2927

3028
[Messages]
3129

0 commit comments

Comments
 (0)