w_warn "$_W_sha1_file is not a regular file, not checking sha1sum"
return
fi
w_warn "sha1sum is considered deprecated and should no longer be used. This package (${W_PACKAGE}) still uses it. This is a bug."
w_warn "See https://github.com/Winetricks/winetricks/issues/737 and https://shattered.io/"
w_warn "Please report the following to https://github.com/Winetricks/winetricks/: file:${_W_sha1_file} sha1: ${_W_gotsha1sum} sha256:${_W_gotsha256sum}"
}
# get sha256sum string and set $_W_gotsha256sum to it
w_try "$WINE" msiexec /i "XPSEP XP and Server 2003 32 bit.msi"${W_UNATTENDED_SLASH_QB}
"$WINE" sc delete FontCache3.0.0.0
...
...
@@ -8290,6 +8285,8 @@ load_dotnet30sp1()
*) w_die "exit status $status - $W_PACKAGE installation failed";;
esac
w_unset_winver
# Doesn't install any ngen.exe
# W_NGEN_CMD=""
}
...
...
@@ -8587,16 +8584,14 @@ load_dotnet46()
w_warn "If you see heap timeouts like: 'err:ntdll:RtlpWaitForCriticalSection section 0x110060 \"heap.c: main process heap section\" wait timed out in thread 0064, blocked by 0000, retrying (60 sec)', try the patch from https://bugs.winehq.org/show_bug.cgi?id=42470"
fi
if w_workaround_wine_bug 38959 ;then
echo"This installer will fail unless run in quiet mode."
# Don't extract DirectX/dotnet35 installers, they just take up extra time and aren't needed. Luckily, MISE copes well and just skips them if they are missing: