[Bug 37781] New: MS .NET Framework 4.5 installer displays warning 'Setup may not run properly, because the Windows Update Service is not available on this computer'
https://bugs.winehq.org/show_bug.cgi?id=37781 Bug ID: 37781 Summary: MS .NET Framework 4.5 installer displays warning 'Setup may not run properly, because the Windows Update Service is not available on this computer' Product: Wine Version: 1.7.33 Hardware: x86 OS: Linux Status: NEW Severity: enhancement Priority: P2 Component: programs Assignee: wine-bugs(a)winehq.org Reporter: focht(a)gmx.net Distribution: --- Hello folks, mentioned here: https://bugs.winehq.org/attachment.cgi?id=50320&action=edit Actually not an issue (StopBlocker vs. WarnBlocker), so this is just for reference. Installer log shows: --- snip --- Logging all the global blocks Pre-Installation Warnings: 1. Setup may not run properly, because the Windows Update Service is not available on this computer. 2. Setup may not run properly, because the Windows Modules Installer Service is not available on this computer. --- snip --- Resource XML: --- snip --- <Text ID="#(loc.Blocker_WUServiceMissing)" LocalizedText="Setup may not run properly, because the Windows Update Service is not available on this computer." />--- snip --- <Text ID="#(loc.Blocker_TIServiceMissing)" LocalizedText="Setup may not run properly, because the Windows Modules Installer Service is not available on this computer." /> --- snip --- 'ParameterInfo.xml' tells the conditions to be evaluated: --- snip --- <WarnBlockers> ... <BlockIf DisplayText="#(loc.Blocker_WUServiceMissing)" ID="WUServiceMissing"> <Not> <Exists> <Service ShortName="wuauserv" /> </Exists> </Not> </BlockIf> <BlockIf DisplayText="#(loc.Blocker_TIServiceMissing)" ID="TIServiceMissing"> <Not> <Exists> <Service ShortName="TrustedInstaller" /> </Exists> </Not> </BlockIf> ... </WarnBlockers> --- snip --- Trace log: --- snip --- 0026:Call advapi32.OpenServiceW(001f6740,0019ab10 L"wuauserv",00000005) ret=10032c6c ... 0026:Ret advapi32.OpenServiceW() retval=00000000 ret=10032c6c 0026:Call KERNEL32.GetLastError() ret=10032c7d 0026:Ret KERNEL32.GetLastError() retval=00000424 ret=10032c7d ... --- snip --- --- snip --- ... 0026:Call advapi32.OpenServiceW(00ddbb98,0019b068 L"TrustedInstaller",00000005) ret=10032c6c ... 0026:Ret advapi32.OpenServiceW() retval=00000000 ret=10032c6c 0026:Call KERNEL32.GetLastError() ret=10032c7d 0026:Ret KERNEL32.GetLastError() retval=00000424 ret=10032c7d --- snip --- Having those services in Wine is kind of pointless (and potentially harmful) since Wine can't be serviced Windows updates (binaries) by design. 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=37781 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download, Installer URL| |http://download.microsoft.c | |om/download/1/6/7/167F0D79- | |9317-48AE-AEDB-17120579F8E2 | |/NDP451-KB2858728-x86-x64-A | |llOS-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.
https://bugs.winehq.org/show_bug.cgi?id=37781 --- Comment #3 from Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> --- Also, this is a dupe of https://bugs.winehq.org/show_bug.cgi?id=26757 -- 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=37781 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com --- Comment #1 from Austin English <austinenglish(a)gmail.com> --- This is fatal for the Visual C++ 2015 redistributable install, in win7 mode. winxp works though, so there's a workaround. I suspect other Microsoft installers may want this in the future. -- 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=37781 Qwerty Chouskie <asdfghrbljzmkd(a)outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |asdfghrbljzmkd(a)outlook.com --- Comment #2 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=37781 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com, | |super_man(a)post.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=37781 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |STAGED Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/wuauserv-Dummy | |_Service Severity|enhancement |normal Summary|MS .NET Framework 4.5 |Multiple Microsoft |installer displays warning |Redistributable/Component |'Setup may not run |installers running in |properly, because the |Windows 7 mode need dummy |Windows Update Service is |Windows Update Service (MS |not available on this |.NET Framework 4.5, MS VC++ |computer' |2015 Redist) --- Comment #4 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, refining summary and setting to 'staged'. @Qwerty It's not a dupe, some of these installers don't require .MSU package support. Having a dummy Windows Update service is enough. $ wine --version wine-2.18-97-gfb8226f639 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=37781 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |t6zm3v62fkp7fe5(a)yandex.ru --- Comment #5 from Anastasius Focht <focht(a)gmx.net> --- *** Bug 43867 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=37781 --- Comment #6 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, revisiting, 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=37781 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Staged patchset|https://github.com/wine-com |https://github.com/wine-sta |pholio/wine-staging/tree/ma |ging/wine-staging/tree/mast |ster/patches/wuauserv-Dummy |er/patches/wuauserv-Dummy_S |_Service |ervice -- 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=37781 winetaste(a)gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetaste(a)gmx.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=37781 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=37781 Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair(a)hotmail.com Fixed by SHA1| |51f96663d62a1c1392f75565f46 | |f38d9ff93a2c Resolution|--- |FIXED Status|STAGED |RESOLVED --- Comment #7 from Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- Fixed by https://source.winehq.org/git/wine.git/?a=commit;h=451f96663d62a1c1392f75565... -- 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=37781 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1|51f96663d62a1c1392f75565f46 |451f96663d62a1c1392f75565f4 |f38d9ff93a2c |6f38d9ff93a2c -- 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=37781 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.15. -- 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=37781 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Status|CLOSED |RESOLVED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.15. --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.15. -- 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=37781 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 4.15. -- 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=37781 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.microsoft.c |https://web.archive.org/web |om/download/1/6/7/167F0D79- |/20131208225610/http://down |9317-48AE-AEDB-17120579F8E2 |load.microsoft.com/download |/NDP451-KB2858728-x86-x64-A |/1/6/7/167F0D79-9317-48AE-A |llOS-ENU.exe |EDB-17120579F8E2/NDP451-KB2 | |858728-x86-x64-AllOS-ENU.ex | |e -- 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