From 0d6c87165cfad2dd95c3d55200b332947b5af39b Mon Sep 17 00:00:00 2001 From: Austin English Date: Fri, 20 Dec 2024 22:15:43 -0600 Subject: [PATCH] ie8: set iertutil to native before running installer Wine started providing its own in wine-9.20-179-ga2e573be585, which makes the installer fail. --- src/winetricks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winetricks b/src/winetricks index 89ef35452..ea9a4fa8f 100755 --- a/src/winetricks +++ b/src/winetricks @@ -15415,7 +15415,7 @@ load_ie8() w_call msls31 # Change the override to the native so we are sure we use and register them - w_override_dlls native,builtin ieframe ieproxy itircl itss jscript msctf mshtml shdoclc shdocvw shlwapi urlmon wininet xmllite + w_override_dlls native,builtin ieframe ieproxy iertutil itircl itss jscript msctf mshtml shdoclc shdocvw shlwapi urlmon wininet xmllite # IE8 installer will check the version number of iexplore.exe which causes IE8 installer to fail on wine-1.9.0+ w_override_dlls native iexplore.exe