Delete install-mf-64.sh

This commit is contained in:
z0z0z 2019-04-30 05:19:18 +00:00 committed by GitHub
parent ab7d346d92
commit cbe5e25716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
#!/bin/sh
[ -z "$WINEPREFIX" ] && echo "WINEPREFIX not set" && exit 1
set -e
scriptdir=$(dirname "$0")
cd "$scriptdir"
if [ ! -f "windows6.1-KB976932-X64.exe" ]; then
wget "https://download.microsoft.com/download/0/A/F/0AFB5316-3062-494A-AB78-7FB0D4461357/windows6.1-KB976932-X64.exe"
fi
python2 installcab.py windows6.1-KB976932-X64.exe mediafoundation
python2 installcab.py windows6.1-KB976932-X64.exe mf_
python2 installcab.py windows6.1-KB976932-X64.exe mfreadwrite
python2 installcab.py windows6.1-KB976932-X64.exe wmadmod
python2 installcab.py windows6.1-KB976932-X64.exe wmvdecod
python2 installcab.py windows6.1-KB976932-X64.exe wmadmod
echo -e "\nNow you need to get mfplat.dll in your application directory"