DotNet & Vsphere Client

Questions about Wine on Linux
Locked
shakra2005
Newbie
Newbie
Posts: 2
Joined: Mon Dec 17, 2012 4:15 am

DotNet & Vsphere Client

Post by shakra2005 »

Hi Guys,

i have a SUSE 12.2 x64 with wine 1.5 installed. Now i want to setup the Vsphere Client 5.0.

First i must install DotNet2 and then Dotnet 3.5.

When i trie winetricks dotnet20sp2 i cannot install because dotnet says that i have a 64-bit OS

with WINESEARCH=win32 the same Error.

Can anyone help me ?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: DotNet & Vsphere Client

Post by dimesio »

That should be WINEARCH=win32. Note that this has to be done on wineprefix creation; you cannot change the architecture of an existing wineprefix. Delete the wineprefix and create a new one with

Code: Select all

WINEARCH=win32 WINEPREFIX=/path/to/wineprefix winecfg
(use the actual path to the wineprefix), then install dotnet.
shakra2005
Newbie
Newbie
Posts: 2
Joined: Mon Dec 17, 2012 4:15 am

Re: DotNet & Vsphere Client

Post by shakra2005 »

cannot install

"product cannot install under Windows ME, 2000,WindowsNT"
Locked