Created
July 28, 2009 05:38
-
-
Save dennyhalim/156956 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Software\Wine\DllOverrides] 1233608859 | |
"browseui"="native, builtin" | |
"comctl32"="builtin" | |
"crypt32"="native, builtin" | |
"gdiplus"="native" | |
"hhctrl.ocx"="native, builtin" | |
"hlink"="native, builtin" | |
"iernonce"="native, builtin" | |
"iexplore.exe"="native, builtin" | |
"itircl"="native, builtin" | |
"itss"="native, builtin" | |
"jscript"="native, builtin" | |
"mlang"="native, builtin" | |
"mshtml"="native, builtin" | |
"msimtf"="native,builtin" | |
"msxml3"="native,builtin" | |
"riched20"="native,builtin" | |
"riched32"="native,builtin" | |
"secur32"="native, builtin" | |
"shdoclc"="native, builtin" | |
"shdocvw"="native, builtin" | |
"shlwapi"="native, builtin" | |
"url"="native, builtin" | |
"urlmon"="native, builtin" | |
"usp10"="native, builtin" | |
"uxtheme"="native,builtin" | |
"wininet"="builtin" | |
"wintrust"="native, builtin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cd ~ | |
rm winetricks | |
wget http://www.kegel.com/wine/winetricks | |
sh winetricks allfonts gdiplus gecko msls31 msxml3 msxml4 msxml6 riched20 riched30 comctl32.ocx comctl32 # winxp flash ie6 firefox volnum | |
wget http://download.microsoft.com/download/3/8/8/38889dc1-848c-4bf2-8335-86c573ad86d9/IE7-WindowsXP-x86-enu.exe | |
wine IE7-WindowsXP-x86-enu.exe | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment