https://bugs.winehq.org/show_bug.cgi?id=33067 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, Installer Status|NEW |RESOLVED CC| |focht(a)gmx.net Resolution|--- |DUPLICATE Summary|Ghost Recon Online Can not |Ghost Recon Online (.NET |install |3.5 SP1 ClickOnce | |deployment) fails to | |install (CABINET payload in | |embedded PE resource) --- Comment #8 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, the 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 --- (bug 30753) Just copy the URI and download the manifest on your own: --- snip --- $ wget http://mdc-live-launcherhost.ubi.com/Launcher/Launcher.application $ wine start ./Launcher.application --- snip --- The original bug report is dupe of bug 26507 $ sha1sum GROLauncherNCSA.exe f649938ca71fc763f9c856d2fe939539b140997a GROLauncherNCSA.exe $ du -sh GROLauncherNCSA.exe 3.5M GROLauncherNCSA.exe $ wine --version wine-1.7.36 Regards *** This bug has been marked as a duplicate of bug 26507 *** -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.