I'm having some trouble installing .Net Framework 2.0
-
- Level 1
- Posts: 5
- Joined: Sun Aug 15, 2010 4:14 pm
I'm having some trouble installing .Net Framework 2.0
I'm on OpenSUSE 11.3, 64 bit, and installed wine through the Software Manager (wine, wine-32bit, and wine-gecko)
I get the following error:
"This product is not supported on 64 bit operating systems. Setup will now exit"
It does this even when I use winetricks
I get the following error:
"This product is not supported on 64 bit operating systems. Setup will now exit"
It does this even when I use winetricks
Re: I'm having some trouble installing .Net Framework 2.0
Install 64 bit .NET if you're using 64 bit Wine (I don't think that can be done with winetricks), or uninstall 64 bit Wine and stick to 32 bit.MarthKoopa wrote:I'm on OpenSUSE 11.3, 64 bit, and installed wine through the Software Manager (wine, wine-32bit, and wine-gecko)
I get the following error:
"This product is not supported on 64 bit operating systems. Setup will now exit"
It does this even when I use winetricks
-
- Level 1
- Posts: 5
- Joined: Sun Aug 15, 2010 4:14 pm
-
- Level 1
- Posts: 5
- Joined: Sun Aug 15, 2010 4:14 pm
http://download.opensuse.org/repositori ... 11.3/i586/
I think you need both the i586 wine and wine-32bit packages; one package should be the 32 bit wineserver and the other should be the 32-bit parts that are needed for both 32 and 64 bit Wine. But I'm not entirely sure--you might want to ask on the openSUSE forum.
I think you need both the i586 wine and wine-32bit packages; one package should be the 32 bit wineserver and the other should be the 32-bit parts that are needed for both 32 and 64 bit Wine. But I'm not entirely sure--you might want to ask on the openSUSE forum.
-
- Level 4
- Posts: 149
- Joined: Mon Jun 02, 2008 5:03 pm
I'm having some trouble installing .Net Framework 2.0
The wow64 Wine is capable of creating and using 32-bit and 64-bit
prefixes. So it's possible this will work with Wine as it is installed
now if you just create a 32-bit prefix.
You should be able to do this by removing ~/.wine (or setting
WINEPREFIX to something else) and running wine with WINEARCH=win32.
prefixes. So it's possible this will work with Wine as it is installed
now if you just create a 32-bit prefix.
You should be able to do this by removing ~/.wine (or setting
WINEPREFIX to something else) and running wine with WINEARCH=win32.
-
- Level 1
- Posts: 5
- Joined: Sun Aug 15, 2010 4:14 pm
-
- Level 1
- Posts: 5
- Joined: Sun Aug 15, 2010 4:14 pm