http://bugs.winehq.org/show_bug.cgi?id=34035
Bug #: 34035 Summary: Internet Explorer 9 install fails Product: Wine Version: 1.6-rc4 Platform: x86-64 URL: http://download.microsoft.com/download/0/8/7/08768091- 35BC-48E0-9F7F-B9802A0EE2D6/IE9-WindowsVista-x86-enu.e xe OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: kennybobs@o2.co.uk Classification: Unclassified
Created attachment 45228 --> http://bugs.winehq.org/attachment.cgi?id=45228 wine-1.6-rc4 console output (Win 7 x64)
Several versions of IE9 (Vista and 7, x86 and x64) all fail at the same point.
After setting winecfg to the relevant Windows mode and starting the installer, the application logs suggest that I have downloaded the incorrect version and it attempts to download a neutral .msu.
00:03.894: INFO: This is an English only package, so installation will continue on this non-English OS.
Proxy logs confirm this.
13/Jul/2013 14:58:59.431 227129 192.168.0.25 TCP_MISS/200 36083388 GET http://download.microsoft.com/download/C/D/4/CD4B7789-0736-4BD2-9909-EEB344B... - DIRECT/92.123.153.96 application/octet-stream 13/Jul/2013 15:15:37.889 209722 192.168.0.25 TCP_MISS/200 35850875 GET http://download.microsoft.com/download/C/D/4/CD4B7789-0736-4BD2-9909-EEB344B... - DIRECT/92.123.153.185 application/octet-stream 13/Jul/2013 15:33:10.403 110388 192.168.0.25 TCP_MISS/200 17761352 GET http://download.microsoft.com/download/C/D/4/CD4B7789-0736-4BD2-9909-EEB344B... - DIRECT/92.123.153.96 application/octet-stream 13/Jul/2013 15:35:59.512 113504 192.168.0.25 TCP_MISS/200 17869062 GET http://download.microsoft.com/download/C/D/4/CD4B7789-0736-4BD2-9909-EEB344B... - DIRECT/92.123.153.96 application/octet-stream
Once downloaded the installer immediately fails with an unspecific "The installer did not complete" message.
Not sure if this is related to 26575 but if it is then there is the question as to why the installer thinks I have downloaded the wrong version.
$ env | grep en LANG=en_GB.UTF-8 LANGUAGE=en_GB:en
$ sha1sum /mnt/wine/IE9-Windows* 5ace268e2812793e2232648f62cdf4be17b2b4dd /mnt/wine/IE9-Windows7-x64-enu.exe fb2b17cf1d22f3e2b2ad339c5bd78f8fab406d03 /mnt/wine/IE9-Windows7-x86-enu.exe ac89f940c1bd5f340c74fa4536771df36bddb138 /mnt/wine/IE9-WindowsVista-x64-enu.exe d1ecd74ac52214be28c1fcc66f927bb48a0174c8 /mnt/wine/IE9-WindowsVista-x86-enu.exe
The logs also show:
03:36.960: ERROR: Unable to create process 'C:\windows\system32\pkgmgr.exe /quiet /norestart /ip /m:C:\windows\TEMP\IE921a3.tmp\IE9-neutral.Downloaded\Windows6.0-KB982861-x64.cab /s:C:\windows\TEMP\IE921a3.tmp\PackageFiles', errorID = 0x00000002 (2)
for Vista packages and
01:59.326: ERROR: Unable to create process 'C:\windows\system32\dism.exe /online /add-package /packagepath:C:\windows\TEMP\IE9469f.tmp\IE9-neutral.Downloaded\IE9-Windows6.1-KB982861-x86.cab /quiet /norestart', errorID = 0x00000002 (2)
for 7 packages.
Neither dism.exe nor pkgmgr.exe exist on my Windows 7 x64 partition. I don't have a Vista installation.
http://technet.microsoft.com/en-us/magazine/dd490958.aspx http://technet.microsoft.com/en-us/library/cc748979%28v=ws.10%29.aspx
Tried the Windows ADM which I read supplies dism.exe but that fails silently, so that's not currently an option. http://www.microsoft.com/en-gb/download/confirmation.aspx?id=30652
Stuck.