From f959726b5dd501e21a28847a91f4e67447fcfab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jernej=20Simon=C4=8Di=C4=8D?= Date: Fri, 9 Nov 2018 22:39:08 +0100 Subject: [PATCH] Installer: remove Thai locale temporarily (causes crash on Windows 7) (cherry picked from commit e40a5b9d4cfcc732609391e89c10e4305c1c5891) --- build/windows/installer/gimp3264.iss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss index beee964304..42940dc7f6 100755 --- a/build/windows/installer/gimp3264.iss +++ b/build/windows/installer/gimp3264.iss @@ -554,6 +554,9 @@ Type: files; Name: "{commondesktop}\GIMP 2.lnk" ;get previous GIMP icon name from uninstall name in Registry Type: files; Name: "{commonprograms}\{reg:HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\GIMP-2_is1,DisplayName|GIMP 2}.lnk"; Check: CheckRegValueExists('SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\GIMP-2_is1','DisplayName') Type: files; Name: "{commondesktop}\{reg:HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\GIMP-2_is1,DisplayName|GIMP 2}.lnk"; Check: CheckRegValueExists('SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\GIMP-2_is1','DisplayName') +;temporary: thai locale causes a crash on Windows 7 (https://p.0au.de/4cd14fde/) +Type: filesandordirs; Name: "{app}\share\locale\th\*" +Type: dirifempty; Name: "{app}\share\locale\th" [Registry] ;fix broken toolbox icons