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