http://bugs.winehq.org/show_bug.cgi?id=30753
Bug #: 30753 Summary: GitHub for windows installer: pops up an ie window instead of installer Product: Wine Version: 1.5.4 Platform: x86 URL: http://windows.github.com/ OS/Version: Linux Status: NEW Keywords: download, Installer Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com Classification: Unclassified
Running the installer: $ wine GitHubSetup.exe
opens an iexplore window with the following url: http://github-windows.s3.amazonaws.com/GitHub.application
but nothing else visible.
Terminal output is really short: fixme:process:SetProcessDEPPolicy (1): stub fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:advapi:LsaOpenPolicy ((null),0x33e5c0,0x00000001,0x33e5e8) stub fixme:advapi:LsaClose (0xcafe) stub fixme:ieframe:ClassFactory_QueryInterface (0x7eddeb10)->({00000003-0000-0000-c000-000000000046} 0x33fc54) fixme:ole:CoResumeClassObjects stub fixme:storage:create_storagefile Storage share mode not implemented. fixme:urlmon:URLMoniker_BindToObject use running object table fixme:urlmon:create_object Could not find object for MIME L"application/x-ms-application" fixme:ieframe:BindStatusCallback_OnProgress status code 5 fixme:urlmon:create_object Could not find object for MIME L"application/x-ms-application" fixme:urlmon:create_object Could not find object for MIME L"application/x-ms-application" fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
tried native ie7, thinking that urlmon may be involved, but that doesn't help.
austin@aw25 ~ $ sha1sum GitHubSetup.exe c5800ce4c2118f4b4a82747aff7d066274ad8872 GitHubSetup.exe
http://bugs.winehq.org/show_bug.cgi?id=30753
lists@xunil.at changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lists@xunil.at
--- Comment #1 from lists@xunil.at --- I get the same problems when I try to run the setup.exe for moveslink (movescount.com). Is there anything I can do about it?
http://bugs.winehq.org/show_bug.cgi?id=30753
--- Comment #2 from lists@xunil.at --- Any news for this issue? Thanks, Stefan
http://bugs.winehq.org/show_bug.cgi?id=30753
--- Comment #3 from Austin English austinenglish@gmail.com --- Still in wine-1.7.9-43-gbfb4f28
http://bugs.winehq.org/show_bug.cgi?id=30753
--- Comment #4 from lists@xunil.at --- Still in wine-1.7.10 on gentoo linux.
http://bugs.winehq.org/show_bug.cgi?id=30753
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #5 from hanska2@luukku.com --- still same
wine 1.7.22
https://bugs.winehq.org/show_bug.cgi?id=30753
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet CC| |focht@gmx.net Summary|GitHub for windows |.NET ClickOnce deployment |installer: pops up an ie |via Wine Internet Explorer |window instead of installer |fails | |(application/x-ms-applicati | |on MIME handler)(GitHub for | |Windows, MovesLink, old | |Ghost Recon Online)
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming.
Some useful information:
http://blogs.msdn.com/b/saurabh/archive/2006/03/02/541988.aspx
Workaround if you know the URL (+process):
--- snip --- $ wine rundll32 dfshim.dll,ShOpenVerbApplication <URL> --- snip ---
Another app for testing: Ghost Recon Online (using .NET 3.5 SP1 ClickOnce deployment)
Old launcher can be downloaded here (someone's Google Drive):
https://docs.google.com/file/d/0B-z67HIcioiqOHE1ZWh5dlRja0U/edit?pli=1
Prerequisite: 'winetricks -q dotnet35sp1'
The bootstrapper starts Internet Exploder and passes ClickOnce manifest URI:
--- snip --- ... 0032:Call KERNEL32.CreateProcessW(00000000,0077ba00 L"cmd /c "start iexplore.exe http://mdc-live-launcherhost.ubi.com/Launcher/Launcher.application "",00000000,00000000,00000000,00000000,00000000,00000000,0033e614,00783bd8) ret=004246db ... 0051:Call KERNEL32.__wine_kernel_init() ret=7bc5a89d 0032:Ret KERNEL32.CreateProcessW() retval=00000001 ret=004246db ... 005d:Call advapi32.RegOpenKeyW(80000000,001a7030 L"MIME\Database\Content Type\application/x-ms-application",0033eee8) ret=7ec68ece 005d:Ret advapi32.RegOpenKeyW() retval=00000000 ret=7ec68ece ... 005d:Call advapi32.RegQueryValueExW(000000b8,7eccc9e6 L"CLSID",00000000,0033eef0,001a7030,0033eeec) ret=7ec68f86 005d:Ret advapi32.RegQueryValueExW() retval=00000002 ret=7ec68f86 ... 005d:fixme:urlmon:create_object Could not find object for MIME L"application/x-ms-application" ... 005d:fixme:ieframe:handle_navigation_error Navigate to error page --- snip ---
$ sha1sum GROLauncherNCSA.exe f649938ca71fc763f9c856d2fe939539b140997a GROLauncherNCSA.exe
$ du -sh GROLauncherNCSA.exe 3.5M GROLauncherNCSA.exe
$ wine --version wine-1.7.36
Regards
https://bugs.winehq.org/show_bug.cgi?id=30753
lizhenbo litimetal@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |litimetal@gmail.com
--- Comment #7 from lizhenbo litimetal@gmail.com --- *** Bug 38425 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=30753
Robert Munteanu robert.munteanu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |robert.munteanu@gmail.com