1- Winetricks is a application which help to install library or part for Wine. The process to install is quite simple:
| wget http://winetricks.org/winetricks chmod +x winetricks sudo mv winetricks /usr/local/bin |
2- You need to install .Net Framework 2.0 and 3.0 before 3.5 package
| winetricks dotnet30 |
It takes quite long to install. After that, download 3.5 package
| wget http://pank.org/ftp/windows/dotnet/3.5/dotNetFx35setup.exe wine dotNetFx35setup.exe |
Have fun!
