https://bugs.winehq.org/show_bug.cgi?id=49351
Bug ID: 49351 Summary: PowerShell-7.0.1-win-x64.msi fails to install Product: Wine Version: 5.10 Hardware: x86 URL: https://github.com/PowerShell/PowerShell/releases/down load/v7.0.1/PowerShell-7.0.1-win-x64.msi OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: Debian
Created attachment 67388 --> https://bugs.winehq.org/attachment.cgi?id=67388 patch
From the forum https://forum.winehq.org/viewtopic.php?f=2&t=33963
It pops up messagebox
"PowerShell requires the Windows Management Framework 4.0 or newer to be installed to enable remoting over WinRM."
It checks for version of pwrshlplugin.dll; one could copy some wine system-dll with high enough version resource to pwrshlplugin.dll, like i said in forum, but as this dll is present on my win7, I guess we should just add it to wine. Attached patch , will send to wine-devel.
Note: Check seems to come from (https://github.com/PowerShell/PowerShell/blob/master/assets/Product.wxs)
<!-- Prerequisite check for Windows Management Framework --> <Property Id="PWRSHPLUGIN_VERSION" Secure="yes"> <DirectorySearchRef Id="System32" Parent="WindowsDirectory" Path="System32"> <FileSearch Id="pwrshplugin" Name="pwrshplugin.dll" MinVersion="6.3.9600.16383"/> </DirectorySearchRef> </Property>
https://bugs.winehq.org/show_bug.cgi?id=49351
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |77e9ca7b4c4cfc544225fda2a9e | |714be766a6923 Resolution|--- |FIXED
--- Comment #1 from Louis Lenders xerox.xerox2000x@gmail.com --- fixed by 77e9ca7b4c4cfc544225fda2a9e714be766a6923
Unfortunately powershell 7.* seems to suffer from another bug;
Once installed when I type a few simple commands they seem to work, but I cannot see what I typed in the terminal because they appear as strange bunch of characters and/or rectangles. The output of the commands appears fine though. Not sure if this is a bug or problem on my side? Powershell-6.* doesn`t have this bug for me.
https://bugs.winehq.org/show_bug.cgi?id=49351
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.11.
https://bugs.winehq.org/show_bug.cgi?id=49351
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://github.com/PowerShe |https://web.archive.org/web |ll/PowerShell/releases/down |/20210702120543/https://git |load/v7.0.1/PowerShell-7.0. |hub.com/PowerShell/PowerShe |1-win-x64.msi |ll/releases/download/v7.0.1 | |/PowerShell-7.0.1-win-x64.m | |si CC| |focht@gmx.net Keywords| |Installer