http://bugs.winehq.org/show_bug.cgi?id=34216
Bug #: 34216 Summary: Windows Live installer cannot proceed without IE Product: Wine Version: 1.7.0 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: bunglehead@gmail.com Classification: Unclassified
Windows Live installer fails when 'Accept' button is pressed, claiming there's no Internet connection. Works fine with IE 7.
http://bugs.winehq.org/show_bug.cgi?id=34216
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |23421
http://bugs.winehq.org/show_bug.cgi?id=34216
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://g.live.com/1rewlive3 | |/en/wlsetup-all.exe
http://bugs.winehq.org/show_bug.cgi?id=34216
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
https://bugs.winehq.org/show_bug.cgi?id=34216
Jaro jaromir@mailinator.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jaromir@mailinator.com
--- Comment #1 from Jaro jaromir@mailinator.com --- The installer fails on xp mode. Complains about OS.
When switched to windows 7 I see the same error mentioned here.
Didnt try with native ie7. Assuming it would work.
The bug is still valid
wine 1.7.31
https://bugs.winehq.org/show_bug.cgi?id=34216
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Component|-unknown |urlmon Resolution|--- |DUPLICATE
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
dupe of bug 35376
You can check for yourself by looking at installer log file, located in:
'C:\users\Public\Application Data\Microsoft\WLSetup\Logs\*.log'
--- snip --- EPPP :(12/07/2014 20:14:32.945) Starting transfer of 'x-wlspkg://content/tou.htm' !ERROR! :(12/07/2014 20:14:32) SOURCE=WLSetup, CODE=0x80004005 Unable to populate the TOU contents (0x80004005) !ERROR! :(12/07/2014 20:14:36) SOURCE=InteractiveUserCtx, CODE=0x80004005 Failed to open interactive user context. !ERROR! :(12/07/2014 20:14:36) SOURCE=Wizard, CODE=0x80004005 Failed to launch 'http://g.live.com/1rew3set/en_tou' :: (0x80004005) EPPP :(12/07/2014 20:14:38.055) Starting transfer of 'x-wlspkg://CONTENT/pd_details.htm' !ERROR! :(12/07/2014 20:14:38) SOURCE=Wizard, CODE=0x80004005 SetupUX fatal error :: Tag=TermsOfUsePanel::OnButtonClicked, Error=0x80004005 --- snip ---
--- quote --- The installer fails on xp mode. Complains about OS. --- quote ---
That's expected, since you seem to use a 64-bit 'Windows XP' WINEPREFIX and the installer specifically checks for that condition.
Rule 'IsValidOs'
--- snip --- $ strings wlsetup-all.exe | grep -o -m1 "^.*installerConfig>" | xmlstarlet fo -s 2
<?xml version="1.0" encoding="utf-8"?> <installerConfig version="1"> <setting name="language">en</setting> <setting name="buildtype">ship</setting> <setting name="CeipDefault">false</setting> <setting name="HomepageDefault">true</setting> <setting name="SearchDefault">true</setting> <setting name="ToolbarDefault">true</setting> <setting name="SearchFormCode">IEFM1</setting> <setting name="paralleltasks">0</setting> <setting name="sku">wlsetup-all.exe</setting> <applications> <application id="messenger"> <launch>true</launch> </application> <application id="familysafety"> <launch>true</launch> </application> </applications> <ui> <level>standard</level> </ui> <rule name="IsValidOs" logic="or"> <group logic="and" name="vista+"> <os version="vista" condition="greaterthanorequal"/> </group> <group logic="and" name="xpsp2"> <os version="xp" servicePack="2" condition="greaterthanorequal"/> <os version="vista" condition="lessthan"/> <os productType="workstation"/> <os cpu="i386"/> </group> </rule> <rule name="IsValidMsi" logic="or"> <group logic="and" name="vista"> <os version="vista" condition="greaterthanorequal"/> <true/> </group> <group logic="and" name="xpsp2"> <os version="xp" servicePack="2" condition="greaterthanorequal"/> <fileVersion path="CSIDL_SYSTEM" file="msi.dll" version="3.1.0.0" condition="greaterthanorequal"/> </group> </rule> </installerConfig> --- snip ---
$ sha1sum wlsetup-all.exe 755024fa37c0b30a0e171edee7a0f99ee29c0ae8 wlsetup-all.exe
$ du -sh wlsetup-all.exe 135M wlsetup-all.exe
$ wine --version wine-1.7.32-107-g3006cea
Regards
*** This bug has been marked as a duplicate of bug 35376 ***
https://bugs.winehq.org/show_bug.cgi?id=34216
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- Closing duplicate bugs.