behruz wrote: > > now where is mono for install Use winetricks to install it. > > Code: > > err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. > err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution. > > > Do what it says; install winbind. You do that through your package manager; if you're not sure what package it's in, ask on your distro's support forum. > > at last how i can install dotnetfx35 with winetrick on wine 64 bit You need to create a 32 bit wineprefix with WINEARCH=win32. That's needed for all .NET versions. BTW, don't install both Mono and .NET into the same wineprefix.