Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
winetricks
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nurlan
winetricks
Commits
c66f12f7
Commit
c66f12f7
authored
Mar 13, 2025
by
Nurlan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ie8: removed dll that cannot be registered
parent
03dc1f20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
0001-ie8-removed-dll-that-cannot-be-registered.patch
patches/0001-ie8-removed-dll-that-cannot-be-registered.patch
+34
-0
No files found.
patches/0001-ie8-removed-dll-that-cannot-be-registered.patch
0 → 100644
View file @
c66f12f7
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment