Skip to content

Commit

Permalink
Wine (x86/x64): remove dotnet20 as it hangs on installation
Browse files Browse the repository at this point in the history
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 9a24dca commit 8ef6872
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 fontfix corefonts gdiplus dotnet20 msxml3 vcrun2005sp1 vcrun2008 ;do
for i in winxp mfc42 vcrun6 vcrun2003 xact 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 fontfix corefonts gdiplus dotnet20 msxml3 vcrun2005sp1 vcrun2008 ;do
for i in winxp mfc42 vcrun6 vcrun2003 xact fontfix corefonts gdiplus msxml3 vcrun2005sp1 vcrun2008 ;do
echo
status "Installing \$i with winetricks..."
winetricks \$i
Expand Down

0 comments on commit 8ef6872

Please sign in to comment.