http://bugs.winehq.org/show_bug.cgi?id=30039
Bug #: 30039 Summary: Can't download Adobe Photoshop CS 5 trial - Adobe Download Assistant can't log in Product: Wine Version: 1.4-rc5 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: wininet AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
I did
rm -rf ~/.wine winetricks -q --no-isolate firefox cd ~/".wine/drive_c/Program Files/Mozilla Firefox" wine firefox 'http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop'
clicked on Download, double-clicked on the downloaded file to install Adobe Download Assistant, and once it installed and started, tried to log in to my (free) adobe account. This failed with
fixme:wininet:InternetSetOptionW Option 41 STUB
because our wininet doesn't support InternetSetOption(,INTERNET_OPTION_USER_AGENT,) yet.
winetricks wininet works around the problem.