Page 1 of 1

Experimental ! Getting .Net Compubyte to work on WINE

Posted: March 21st, 2013, 3:31 pm
by basit
TheAce - how to install wine kn ubuntu 12.10 64bit for .net :

run these commands from the terminal:

1. sudo add-apt-repository ppa:ubuntu-wine/ppa

2. apt-get update

3. apt-get install wine winetricks

4. cd ~

5. rm -rf .wine

6. WINEPREFIX='/home/username/.wine' WINEARCH='win32' wine 'wineboot'

replace username with the actual user name. eg:
WINEPREFIX='/home/basit/.wine' WINEARCH='win32' wine 'wineboot'

7. winecfg
Select the windows version and set drive maps here.

8. winetricks dotnet40
for dotnet 4. for .net 2 :
winetricks dotnet20

follow the .net setup wizard to complete the .net installation.

9. Now reboot the pc.


Thats all there is to it