Commit c66f12f7 authored by Nurlan's avatar Nurlan

ie8: removed dll that cannot be registered

parent 03dc1f20
From 6eef461e85caa4dccaa06fbba0a85adba1aefcdd Mon Sep 17 00:00:00 2001
From: Nurlan Usenov <suren@etersoft.ru>
Date: Thu, 13 Mar 2025 15:32:18 +0300
Subject: [PATCH 1/1] ie8: removed dll that cannot be registered
---
src/winetricks | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/src/winetricks b/src/winetricks
index ef21df4..1d6c291 100755
--- a/src/winetricks
+++ b/src/winetricks
@@ -15478,16 +15478,7 @@ load_ie8()
# Work around DLL registration bug until ierunonce/RunOnce/wineboot is fixed
# FIXME: whittle down this list
- for i in actxprxy.dll browseui.dll browsewm.dll cdfview.dll ddraw.dll \
- dispex.dll dsound.dll iedkcs32.dll iepeers.dll iesetup.dll \
- imgutil.dll inetcomm.dll isetup.dll jscript.dll laprxy.dll \
- mlang.dll msctf.dll mshtml.dll mshtmled.dll msi.dll msimtf.dll msident.dll \
- msoeacct.dll msrating.dll mstime.dll msxml3.dll occache.dll \
- ole32.dll oleaut32.dll olepro32.dll pngfilt.dll quartz.dll \
- rpcrt4.dll rsabase.dll rsaenh.dll scrobj.dll scrrun.dll \
- shdocvw.dll shell32.dll urlmon.dll vbscript.dll webcheck.dll \
- wshcon.dll wshext.dll asctrls.ocx hhctrl.ocx mscomct2.ocx \
- plugin.ocx proctexe.ocx tdc.ocx uxtheme.dll webcheck.dll wshom.ocx; do
+ for i in browseui.dll shdocvw.dll shell32.dll urlmon.dll; do
w_try_regsvr32 /i ${i} > /dev/null 2>&1
done
--
2.33.8
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment