| View previous topic :: View next topic |
| Author |
Message |
OmSai Guru


Joined: 29 Sep 2007 Posts: 565 Location: Manchester, CT, USA
|
Posted: Wed Dec 12, 2007 2:42 pm Post subject: wine cannot install .NET 1.1 [SOLVED] |
|
|
I'm trying to install Cram Master 7.7 to prepare for the LPI exams.
The cram installer complains about not having dotnet 1.1 and fails.
Then the dotnet installer complains of not having ie5 and fails.
I have installed ie5 and ie6 using ies4linux.
I tried recursively symlink-ing and then even hard copying the IE files from ~/.ies4linux/drive_c/* to ~/.wine/drive_c
But neither approach works
Does anyone know how to make wine "see" ie5? _________________ Gentoo is the stick-shift of Linux.
You work it manually, it has somewhat better performance, but it's really for the fun of it.
Last edited by OmSai on Mon Dec 17, 2007 8:24 pm; edited 1 time in total |
|
| Back to top |
|
 |
gimpel Veteran


Joined: 15 Oct 2004 Posts: 2638 Location: Munich, Bavaria
|
Posted: Wed Dec 12, 2007 2:47 pm Post subject: Re: wine cannot install .NET 1.1 which needs ie5 |
|
|
| om wrote: | | I'm trying to install Cram Master 7.7 to prepare for the LPI exams. |
Sorry, but.. this is so.. LOL! _________________ AMD Athlon64 X2 5600+|~amd64|6GB DDR2 800|linux-2.6.29-rc6-rt1|e17/kde4-svn|M-Audio Audiophile 2496
http://proaudio.tuxfamily.org/wiki - pro-audio software overlay
|
|
| Back to top |
|
 |
OmSai Guru


Joined: 29 Sep 2007 Posts: 565 Location: Manchester, CT, USA
|
Posted: Wed Dec 12, 2007 2:52 pm Post subject: |
|
|
Yes, yes, I know the irony!!
Microsoft is sabotaging my Linux certification
Down with the evil empire.  _________________ Gentoo is the stick-shift of Linux.
You work it manually, it has somewhat better performance, but it's really for the fun of it. |
|
| Back to top |
|
 |
OmSai Guru


Joined: 29 Sep 2007 Posts: 565 Location: Manchester, CT, USA
|
Posted: Mon Dec 17, 2007 8:23 pm Post subject: |
|
|
So I found this post on our forum and got it working.
Basically, copy the bash script winetricks into your home directory.
Then the script downloads and install mono12 for wine, which takes care of .NET:
| Code: | | sh ~/winetricks mono12 |
Now I just have to find a way to add in MDAC (Microsoft Data Access Component) which the installer is also complaining about. _________________ Gentoo is the stick-shift of Linux.
You work it manually, it has somewhat better performance, but it's really for the fun of it. |
|
| Back to top |
|
 |
OmSai Guru


Joined: 29 Sep 2007 Posts: 565 Location: Manchester, CT, USA
|
Posted: Tue Dec 18, 2007 1:43 am Post subject: |
|
|
Ok this solves the problem of the OP:
| Code: | | sh ~/winetricks fakeie6 | The registry is edited into thinking IE is installed and forever holds it's peace.
...and then
| Code: | | sh ~/winetricks sh ~/winetricks mdac28 | takes care of MDAC _________________ Gentoo is the stick-shift of Linux.
You work it manually, it has somewhat better performance, but it's really for the fun of it. |
|
| Back to top |
|
 |
|