Skip to content

Commit

Permalink
ie8: set iertutil to native before running installer
Browse files Browse the repository at this point in the history
Wine started providing its own in wine-9.20-179-ga2e573be585, which
makes the installer fail.
  • Loading branch information
austin987 committed Dec 21, 2024
1 parent f10b765 commit 0d6c871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/winetricks
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d6c871

Please sign in to comment.