http://bugs.winehq.org/show_bug.cgi?id=11517
--- Comment #12 from Andrew Nguyen arethusa26@gmail.com 2008-11-30 00:20:08 --- Created an attachment (id=17555) --> (http://bugs.winehq.org/attachment.cgi?id=17555) Virtual Earth 3D installer log
With today's Git, the current issue seems to be in wininet. After starting the installer, the installer aborts with "installer failed". From the installer-generated log file, the issue seems to be related to a failure in HttpQueryInfo:
[2008/11/30 06:16:57.910] DownloadManager: HTTP Status Code: 200 for 'http://go.microsoft.com/fwlink/?LinkId=87970' [2008/11/30 06:16:57.911] DownloadManager: HTTP Status String: 'OK' for 'http://go.microsoft.com/fwlink/?LinkId=87970' [2008/11/30 06:16:57.911] DownloadManager: HttpQueryInfo(HTTP_QUERY_CONTENT_LENGTH) failed for 'http://go.microsoft.com/fwlink/?LinkId=87970' (System Error Code: 12150 (unknown), WinInet Error Code: 12150 ()) [2008/11/30 06:16:57.918] DownloadManager: Download failed for 'http://go.microsoft.com/fwlink/?LinkId=87970' to 'nosave'
Installer log file and wininet traces are attached.