diff --git a/apps/Wine (x64)/install-64 b/apps/Wine (x64)/install-64 index 6a67766e222..255e33f5984 100755 --- a/apps/Wine (x64)/install-64 +++ b/apps/Wine (x64)/install-64 @@ -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 diff --git a/apps/Wine (x86)/install-32 b/apps/Wine (x86)/install-32 index d41696763ae..411921c720b 100755 --- a/apps/Wine (x86)/install-32 +++ b/apps/Wine (x86)/install-32 @@ -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