Create install-mf-32.sh
This commit is contained in:
parent
0ef8ca91df
commit
4698e070ff
21
RE2/install-mf-32.sh
Normal file
21
RE2/install-mf-32.sh
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
[ -z "$WINEPREFIX" ] && echo "WINEPREFIX not set" && exit 1
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
scriptdir=$(dirname "$0")
|
||||||
|
cd "$scriptdir"
|
||||||
|
|
||||||
|
if [ ! -f "windows6.1-KB976932-X86.exe" ]; then
|
||||||
|
wget "https://download.microsoft.com/download/0/A/F/0AFB5316-3062-494A-AB78-7FB0D4461357/windows6.1-KB976932-X86.exe"
|
||||||
|
fi
|
||||||
|
|
||||||
|
python2 installcab.py windows6.1-KB976932-X86.exe mediafoundation
|
||||||
|
python2 installcab.py windows6.1-KB976932-X86.exe mf_
|
||||||
|
python2 installcab.py windows6.1-KB976932-X86.exe mfreadwrite
|
||||||
|
python2 installcab.py windows6.1-KB976932-X86.exe wmadmod
|
||||||
|
python2 installcab.py windows6.1-KB976932-X86.exe wmvdecod
|
||||||
|
python2 installcab.py windows6.1-KB976932-X86.exe wmadmod
|
||||||
|
|
||||||
|
echo -e "\nNow you need to get mfplat.dll in your application directory"
|
Loading…
Reference in New Issue
Block a user