[Bug 26757] New: IE8 for Vista refuses to install
http://bugs.winehq.org/show_bug.cgi?id=26757 Summary: IE8 for Vista refuses to install Product: Wine Version: 1.3.17 Platform: x86-64 URL: http://download.microsoft.com/download/F/8/8/F88F09A2- A315-44C0-848E-48476A9E1577/IE8-WindowsVista-x86-ENU.e xe OS/Version: Linux Status: NEW Keywords: download, Installer Severity: normal Priority: P3 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: kennybobs(a)o2.co.uk IE8 for Vista/2008 (32/64) reports "an update is needed..." to install, and refuses to continue. Presumably it is looking for a DLL that is a newer version than used in XP/2003. fixme:clusapi:GetNodeClusterState ((null),0x32eb74) stub! fixme:advapi:DecryptFileA "c:\\c6bfe201057e127e938a40a0dfb8ea\\" 00000000 fixme:advapi:RegisterTraceGuidsW (0x7ff72344414, 0x7ff723685a0, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x23efe0, (null), (null), 0x7ff723685a8,) fixme:storage:create_storagefile Storage share mode not implemented. fixme:storage:create_storagefile Storage share mode not implemented. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26757 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Summary|IE8 for Vista refuses to |IE8 for Vista refuses to |install |install (CBS registry data | |for KB937287 not present) --- Comment #1 from Anastasius Focht <focht(a)gmx.net> 2011-05-01 05:05:04 CDT --- Hello, installer log file: --- snip --- ... 00:10.477: INFO: Operating System: Windows Workstation: 6.0.6002 (Service Pack 2) 00:10.478: INFO: Vista operating system detected. Service pack major: 2, Service pack minor: 0, Service pack name: Service Pack 2 00:10.479: INFO: Checking whether servicing stack update is installed 00:10.480: ERROR: RegOpenKeyEx failed for regkey: 'SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Version' 00:10.481: INFO: Setup has detected that the servicing stack update is not installed. Exiting... 00:10.482: ERROR: Failed to pass system version validation checks. 00:10.509: ERROR: Message to User: This installation requires the servicing stack update (KB937287) to be present. Shortcut placed on desktop. 00:12.978: ERROR: Setup exit code: 0x0000f0f5 (Setup has detected the system is missing the servicing stack update required for install.). ... --- snip --- --- snip --- 0021:Call advapi32.RegOpenKeyExW(80000002,01005a38 L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Component Based Servicing\\Version",00000000,00020019,0032fd00) ret=010156f7 0021:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=010156f7 --- snip --- Maybe someone with Windows Vista can fire up regedit and look what kind of data is there: "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Component Based Servicing\\Version" This is the mentioned "KB937287" update: https://www.microsoft.com/downloads/en/details.aspx?FamilyID=5639710d-dfbf-4... The problem is the package is MSU file format which is a new package type for Windows Vista (and above). Wine msi doesn't support that stuff. Maybe you can just get around by checking which registry key data are required at minimum and extract that into winetricks recipe. I doubt this is useful in official wine.inf --- CBS info (only giving overview, not that useful for resolving the bug): MSDN: http://blogs.technet.com/b/askperf/archive/2008/04/23/understanding-componen... Blog: http://aokcompat.blogspot.com/2008/09/component-based-servicing-cbs-voyage-o... Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26757 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs(a)winehq.org |kennybobs(a)o2.co.uk -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26757 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |RandomAccountName(a)mail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26757 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #2 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-10-30 18:28:12 CDT ---
Maybe someone with Windows Vista can fire up regedit and look what kind of data is there: "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Component Based Servicing\\Version"
There is no "Component Based Servicing" key in CurrentVersion on my vista laptop -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26757 --- Comment #3 from Stefan Leichter <Stefan.Leichter(a)camLine.com> 2012-02-02 11:12:35 CST --- Hi, Windows7/64 bit has one value there: value: 6.1.7601.17592 data: %SystemRoot%\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f The directory to data point to contains some dlls. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26757 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|IE8 for Vista refuses to |IE8 for Vista needs Windows |install (CBS registry data |Update Standalone Installer |for KB937287 not present) |(Wusa.exe) with .MSU file | |support --- Comment #4 from Anastasius Focht <focht(a)gmx.net> 2012-02-02 14:41:26 CST --- Hello, thanks Stefan, it seems adding following key is enough to allow IE8 installer for Vista to continue: --- snip --- $ wine reg add "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Component Based Servicing\\Version" /v 6.1.7601.17592 /t REG_SZ /d "foo" /f --- snip --- Logfile: --- snip --- 00:00.001: ==================================================================== 00:00.003: Started: 2012/02/02 (Y/M/D) 20:42:15.673 (local) 00:00.004: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds) 00:00.004: Command line: c:\1fa46f3d39d95455faffcc7681f72175\iesetup.exe 00:00.009: INFO: Checking version for C:\1fa46f3d39d95455faffcc7681f72175\iesetup.exe: 8.0.6001.18702 00:01.103: INFO: Acquired Package Installer Mutex 00:01.104: INFO: Operating System: Windows Workstation: 6.0.6002 (Service Pack 2) 00:01.105: INFO: Vista operating system detected. Service pack major: 2, Service pack minor: 0, Service pack name: Service Pack 2 00:01.105: INFO: Checking whether servicing stack update is installed 00:01.106: INFO: SSU version regvalue found: '6.1.7601.17592' 00:01.107: INFO: Servicing stack update found. Continuing install ... --- snip --- As already mentioned, the main problem is Wine missing "wusa" tool/MSU file support: --- snip --- ... 00:07.917: INFO: |Inst. IE >>> Waiting for Internet Explorer installation to complete... 00:07.928: ERROR: Unable to create process 'wusa.exe /quiet /norestart C:\1fa46f3d39d95455faffcc7681f72175\ie8.msu' 00:07.929: INFO: |Inst. IE >>> CPageProgress::DlgProc: Received WM_PM_EXECUTION_COMPLETE, 0, 2 00:07.931: INFO: Acquired Package Installer Mutex 00:07.932: ERROR: |Inst. IE >>> Internet Explorer installation completed with errors, exitresult=0x00000002, exitcode=0xffffffff ... --- snip --- Windows Vista uses Package Manager (Pkgmgr.exe) and Windows Update Standalone Installer (Wusa.exe) to install software updates and hotfixes. This is probably hard to implement and likely a waste of time because these installer technologies change/obsolete with every Windows version (Windows 7 uses "dism") :| IMHO a WONTFIX. If you need IE8, use the Windows XP MSI package (or winetricks). Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26757 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev(a)web.de Summary|IE8 for Vista needs Windows |Wine can't install ".msu" |Update Standalone Installer |files (wusa.exe is a stub). |(Wusa.exe) with .MSU file |Needed for IE8/Vista, .Net |support |4, IE10/Win7 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26757 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sfan5(a)live.de --- Comment #5 from Detlef Riekenberg <wine.dev(a)web.de> 2013-02-13 16:49:55 CST --- *** Bug 32197 has been marked as a duplicate of this bug. *** -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26757 --- Comment #6 from Detlef Riekenberg <wine.dev(a)web.de> 2013-02-13 17:11:27 CST --- The IE8 workaround is not possible for IE10. The IE10 installer calls dsim.exe: 0027:trace:process:create_process_impl app (null) cmdline L"C:\\windows\\SysNative\\dism.exe /online /add-package /packagepath:C:\\windows\\TEMP\\IE12d54.tmp\\KB2729094\\Windows6.1-KB2729094-v2-x64.cab /quiet /norestart" Example msu files needed for IE10: KB2729094 (Segou font) x86: http://go.microsoft.com/fwlink/?LinkID=258384 amd64: http://go.microsoft.com/fwlink/?LinkID=258385 http://download.microsoft.com/download/B/3/9/B39C9E62-5C64-4D7B-AFB3-D01EDD2... http://download.microsoft.com/download/4/8/C/48CA86E9-96CB-4F7F-BBAA-82ACE50... -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26757 Detlef Riekenberg <wine.dev(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine can't install ".msu" |Wine can't install ".msu" |files (wusa.exe is a stub). |files. Needed for |Needed for IE8/Vista, .Net |IE8/Vista, .Net 4, |4, IE10/Win7 |IE10/Win7 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.
http://bugs.winehq.org/show_bug.cgi?id=26757 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|imwellcushtymelike(a)gmail.co |wine-bugs(a)winehq.org |m | -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Simon <swdevelop1981(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swdevelop1981(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 --- Comment #7 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 34035 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |t0mcat(a)gmx.de --- Comment #8 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 37779 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Mike Ellery <mellery(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mellery(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Jens Staal <staal1978(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |staal1978(a)gmail.com --- Comment #9 from Jens Staal <staal1978(a)gmail.com> --- This bug also blocks installation of Media Feature Pack, which provides mfplat.dll which is required for Lync Web App in Firefox under Wine http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=16546 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED CC| |erich.e.hoover(a)wine-staging | |.com, michael(a)fds-team.de, | |sebastian(a)fds-team.de Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/wusa-MSU_Packa | |ge_Installer -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 --- Comment #10 from Sebastian Lackner <sebastian(a)fds-team.de> --- *** Bug 37779 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Nerijus Baliūnas <nerijus(a)users.sourceforge.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerijus(a)users.sourceforge.n | |et -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |asdfghrbljzmkd(a)outlook.com --- Comment #11 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- Wine-staging has a wusa.exe implementation: https://www.wine-staging.com/news/2015-12-22-release-1.8.html -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick(a)piezo-forte.be --- Comment #12 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- python 3.5.x installer is also affected when wine is set to Vista or Win7. --- python installer log file --- (...) [0008:0009][2016-11-04T22:46:04]i301: Applying execute package: crt_14.0_v6.0_x86, action: Install, path: C:\users\Public\Application Data\Package Cache\E1FEDF0FD10BE5010B75C5656BFEF277FBCD2E6E\Windows6.0-KB2999226-x86.msu, arguments: '"C:\windows\system32\wusa.exe" "C:\users\Public\Application Data\Package Cache\E1FEDF0FD10BE5010B75C5656BFEF277FBCD2E6E\Windows6.0-KB2999226-x86.msu" /quiet /norestart' [0008:0009][2016-11-04T22:46:04]e000: Error 0x80070424: Failed to open WU service. [0008:0009][2016-11-04T22:46:04]e000: Error 0x80070424: Failed to ensure WU service was enabled to install MSU package. [0008:0009][2016-11-04T22:46:04]e000: Error 0x80070424: Failed to execute MSU package. [002A:002B][2016-11-04T22:46:04]e000: Error 0x80070424: Failed to configure per-machine MSU package. (...) --- end python installer log file --- -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 fjfrackiewicz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz(a)gmail.com --- Comment #13 from fjfrackiewicz(a)gmail.com --- Created attachment 56465 --> https://bugs.winehq.org/attachment.cgi?id=56465 Wine 2.0-rc1 Staging terminal output I am not sure if this is the place but since this bug report is about the Windows Update Service used by Windows 7, I'll add my comment here. If you install GOG Galaxy in Windows 7 mode (it no longer supports XP or Vista), you will receive the following terminal output in Wine 2.0-rc1 Staging: err:wusa:install_files_copy Required file L"C:\\users\\mint\\Temp\\msu2.tmp\\amd64_microsoft-windows-ucrt_31bf3856ad364e35_6.1.7601.18972_none_09a44b6a3051f6fe\\ucrtbase.dll" not found err:wusa:install_assembly Failed to install all files for L"Microsoft-Windows-UCRT" err:wusa:install_updates Failed to install update L"Package_for_KB2999226" err:wusa:install_msu Dryrun failed, aborting installation The installer in question: https://cdn.gog.com/open/galaxy/client/setup_galaxy_1.1.24.16.exe -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 --- Comment #14 from fjfrackiewicz(a)gmail.com --- (In reply to fjfrackiewicz from comment #13)
Created attachment 56465 [details] Wine 2.0-rc1 Staging terminal output
I am not sure if this is the place but since this bug report is about the Windows Update Service used by Windows 7, I'll add my comment here.
If you install GOG Galaxy in Windows 7 mode (it no longer supports XP or Vista), you will receive the following terminal output in Wine 2.0-rc1 Staging:
err:wusa:install_files_copy Required file L"C:\\users\\mint\\Temp\\msu2.tmp\\amd64_microsoft-windows- ucrt_31bf3856ad364e35_6.1.7601.18972_none_09a44b6a3051f6fe\\ucrtbase.dll" not found err:wusa:install_assembly Failed to install all files for L"Microsoft-Windows-UCRT" err:wusa:install_updates Failed to install update L"Package_for_KB2999226" err:wusa:install_msu Dryrun failed, aborting installation
The installer in question:
https://cdn.gog.com/open/galaxy/client/setup_galaxy_1.1.24.16.exe
The Windows Update in question is this: https://support.microsoft.com/en-us/kb/2999226 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #15 from winetest(a)luukku.com --- Don't know if it helps but I would try overriding ucrtbase via winecfg. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 somewise(a)gmx.de changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |somewise(a)gmx.de -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 --- Comment #16 from fjfrackiewicz(a)gmail.com --- (In reply to winetest from comment #15)
Don't know if it helps but I would try overriding ucrtbase via winecfg.
It doesn't. I used winetricks vcrun2015 which sets the override and I still received the terminal output in comment 13. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |43509 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Johnny Robeson <johnny(a)localmomentum.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |johnny(a)localmomentum.net -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Joel Holdsworth <joel(a)airwebreathe.org.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |joel(a)airwebreathe.org.uk -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wavecycle(a)gmail.com --- Comment #17 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 40673 has been marked as a duplicate of this bug. *** -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Wine can't install ".msu" |Multiple Microsoft |files. Needed for |installers need |IE8/Vista, .Net 4, |implementation of Windows |IE10/Win7 |Update Standalone Installer | |'Wusa.exe' to support | |'.msu' packages (.NET | |Framework 4.5.x/4.6.x/Win | |Vista+, IE8/Win Vista+, | |IE10/Win7 mode) Component|-unknown |wuapi --- Comment #18 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, revisiting, obviously still present. $ wine --version wine-3.2 Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Zebediah Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|43509 | -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 tokktokk <fdsfgs(a)krutt.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs(a)krutt.org -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de Staged patchset|https://github.com/wine-com |https://github.com/wine-sta |pholio/wine-staging/tree/ma |ging/wine-staging/tree/mast |ster/patches/wusa-MSU_Packa |er/patches/wusa-MSU_Package |ge_Installer |_Installer -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 govershay(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |govershay(a)gmail.com --- Comment #19 from govershay(a)gmail.com --- Error still shown on $ wine --version $ wine-4.0 (Staging) But this bypass worked for dotnet 452 on win7x64. wine reg add "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Component Based Servicing\\Version" /v 6.1.7601.17592 /t REG_SZ /d "foo" /f -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|STAGED |RESOLVED Fixed by SHA1| |dbfd99e177841bdf722a90b45a2 | |4b823912acf9b Resolution|--- |FIXED --- Comment #20 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, this is now fixed by commits: * https://source.winehq.org/git/wine.git/commitdiff/9934b25313e1a54ea3bd96b38c... ("wusa: Add support for extracting MSU files.") * https://source.winehq.org/git/wine.git/commitdiff/bf46a167114ce24712c56a9c05... ("wusa: Parse assembly manifests.") * https://source.winehq.org/git/wine.git/commitdiff/45b59c85cae39d6d658aa8aea2... ("wusa: Parse update descriptions.") * https://source.winehq.org/git/wine.git/commitdiff/dbfd99e177841bdf722a90b45a... ("wusa: Install updates.") Thanks Hans, Michael and Sebastian Microsoft .NET Framework 4.5 installation completes in clean 64-bit WINEPREFIX with 'mscoree.dll' being installed as well. 'mscoree.dll' is only provided by 'Windows6.1-KB958488-${winver}-${arch}.msu'. --- snip --- $ wine ./dotnetfx45_full_x86_x64.exe ... $ find .wine/drive_c/ -iname "mscoree.dll" -exec file {} \; .wine/drive_c/windows/syswow64/mscoree.dll: PE32 executable (DLL) (GUI) Intel 80386, for MS Windows .wine/drive_c/windows/system32/mscoree.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows --- snip --- 'c:\users\focht\temp\Microsoft .NET Framework 4.5 Setup_20191203_012728988.html': --- snip --- ... 12/3/2019, 1:27:43]Wait for Item (Windows6.1-KB958488-v6001-x64.msu) to be available [12/3/2019, 1:27:43]Windows6.1-KB958488-v6001-x64.msu is now available to install [12/3/2019, 1:27:43]Creating new Performer for Exe item [12/3/2019, 1:27:43]Created new ExePerformer for Exe item [12/3/2019, 1:27:43]WU Service was already enabled or was running [12/3/2019, 1:27:43]WU Service: EnsureWUServiceIsNotDisabled succeeded {[12/3/2019, 1:27:43] Action: Performing Action on Exe at C:\9d82a31b1c1d914c98180dffc7d2\Windows6.1-KB958488-v6001-x64.msu... } [12/3/2019, 1:27:43]Launching CreateProcess with command line = wusa.exe "C:\9d82a31b1c1d914c98180dffc7d2\Windows6.1-KB958488-v6001-x64.msu" /quiet /norestart [12/3/2019, 1:27:43]Exe (C:\9d82a31b1c1d914c98180dffc7d2\Windows6.1-KB958488-v6001-x64.msu) succeeded. [12/3/2019, 1:27:43] Action complete [12/3/2019, 1:27:43]Error 0 is mapped to Custom Error: --- snip --- $ wine --version wine-4.21-43-g5536df1ee1 Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #21 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 5.0-rc1. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=26757 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.microsoft.c |https://web.archive.org/web |om/download/F/8/8/F88F09A2- |/20100118141400/http://down |A315-44C0-848E-48476A9E1577 |load.microsoft.com/download |/IE8-WindowsVista-x86-ENU.e |/F/8/8/F88F09A2-A315-44C0-8 |xe |48E-48476A9E1577/IE8-Window | |sVista-x86-ENU.exe -- 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.
participants (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla