Displaying 1 result from an estimated 1 matches for "load_mdac28".
2011 Nov 17
4
MDAC28 installation workaround
...owing work-around works with a local copy of the mdac installer.
In a Linux terminal:
1. cp /usr/bin/winetricks to a safe place
2. cp /usr/bin/winetricks to an edit-able location
3. sudo chown [your user name]: [edit-able location]/winetricks
4. gedit [edit-able location]/winetricks
5. Search for load_mdac28
6. Comment out the first line of code in the subroutine beginning 'w_download mdac28 http://download.microsoft.com/download ....'
7. Save & exit gedit
8. sudo chown root:root [edit-able location]/winetricks
9. sudo cp [edit-able location]/winetricks /usr/bin/winetricks
10. mkdir /home...