Hey, Im running Asheron's Call in a 32bit Winearch and im trying to install an addon for the game. Im in Ubuntu and running Wine 1.8. I have installed dotnet20 and dotnet35 in winetricks.
$ WINEARCH=win32 WINEPREFIX=/home/jeremy/.wine32 wine ~/Downloads/setup.exe
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 17
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 16
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 25
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msvcrt:__clean_type_info_names_internal (0x63f085fc) stub
I downloaded the app and found a workaround. Theres an installer log in ~/wine/drive_c/users/your_name/Temp/VSD956f.tmp or some similar called VSD***.tmp directory. In the end of that log it says here:
Error: An error occurred trying to download 'http://www.decaldev.com/releases/2975/Decal.msi'.
If you paste that url-line in your browser, you can just download the msi-file and install it (msiexec /i Decal.msi)