diff --git a/apps/Wine (x64)/install-64 b/apps/Wine (x64)/install-64 index b0f1d72b77..f4e834fc3e 100755 --- a/apps/Wine (x64)/install-64 +++ b/apps/Wine (x64)/install-64 @@ -461,7 +461,7 @@ fi #end of if statement that only runs if this script was started when there was export W_OPT_UNATTENDED=1 #Avoid opening any dialog windows; install everything in unattended mode installed="\$(WINETRICKS_SUPER_QUIET=1 winetricks -q list-installed 2>/dev/null)" -for i in mfc42 vcrun6 vcrun2003 fontfix corefonts gdiplus msxml3 vcrun2005sp1 vcrun2008 ;do +for i in mfc42 vcrun6 vcrun2003 fontfix corefonts gdiplus msxml3 vcrun2005 vcrun2008 ;do echo status -n "Installing \$i with winetricks..." if echo "\$installed" | grep -qFx "\$i" ;then diff --git a/apps/Wine (x86)/install-32 b/apps/Wine (x86)/install-32 index 1ffbc6cae3..2e3f8d809f 100755 --- a/apps/Wine (x86)/install-32 +++ b/apps/Wine (x86)/install-32 @@ -567,7 +567,7 @@ fi #end of if statement that only runs if this script was started when there was export W_OPT_UNATTENDED=1 #Avoid opening any dialog windows; install everything in unattended mode installed="\$(WINETRICKS_SUPER_QUIET=1 winetricks -q list-installed 2>/dev/null)" -for i in mfc42 vcrun6 vcrun2003 fontfix corefonts gdiplus msxml3 vcrun2005sp1 vcrun2008 ;do +for i in mfc42 vcrun6 vcrun2003 fontfix corefonts gdiplus msxml3 vcrun2005 vcrun2008 ;do echo status -n "Installing \$i with winetricks..." if echo "\$installed" | grep -qFx "\$i" ;then