Skip to content

Commit

Permalink
Wine (x86/x64): remove multiple dlls
Browse files Browse the repository at this point in the history
wine has builtin support for every version of DX and wine support and performance is often better and more bug free than using these dlls. remove them for a better out of the box experience and align with WineHQ https://wiki.winehq.org/FAQ

also remove dotnet20 as it hangs on installation

dotnet20 installs on an x86_64 PC with WOW64 so this is likely a box64 issue.
  • Loading branch information
theofficialgman committed Jun 25, 2023
1 parent be22ee0 commit 2c17b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/Wine (x64)/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ rm -f \$TMPFILE
#install some packages with winetricks for a better out-of-the-box experience
export W_OPT_UNATTENDED=1 #Avoid opening any dialog windows; install everything in unattended mode
for i in winxp mfc42 vcrun6 vcrun2003 xact d3drm d3dx9_43 d3dcompiler_43 d3dx9 fontfix corefonts gdiplus dotnet20 msxml3 vcrun2005sp1 vcrun2008 ;do
for i in winxp mfc42 vcrun6 vcrun2003 fontfix corefonts gdiplus msxml3 vcrun2005sp1 vcrun2008 ;do
echo
status "Installing \$i with winetricks..."
winetricks \$i
Expand Down
2 changes: 1 addition & 1 deletion apps/Wine (x86)/install-32
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ warning "This will take a long time, just let winetricks do its thing."
#install some packages with winetricks for a better out-of-the-box experience
export W_OPT_UNATTENDED=1 #Avoid opening any dialog windows; install everything in unattended mode
for i in winxp mfc42 vcrun6 vcrun2003 xact d3drm d3dx9_43 d3dcompiler_43 d3dx9 fontfix corefonts gdiplus dotnet20 msxml3 vcrun2005sp1 vcrun2008 ;do
for i in winxp mfc42 vcrun6 vcrun2003 fontfix corefonts gdiplus msxml3 vcrun2005sp1 vcrun2008 ;do
echo
status "Installing \$i with winetricks..."
winetricks \$i
Expand Down

0 comments on commit 2c17b35

Please sign in to comment.