https://bugs.winehq.org/show_bug.cgi?id=48301
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi, maybe "winetricks msdelta" helps anything? From you output:
0009:fixme:wusa:load_assemblies_from_cab Cabinet uses proprietary msdelta file compression which is not (yet) supported 0009:fixme:wusa:load_assemblies_from_cab Installation of msu file will most likely fail
(BTW if your only goal is to install powershell you can fool that installer easily so that it believes windows management framework is installed, see https://bugs.winehq.org/show_bug.cgi?id=48256:
cp -rf ~/.wine/drive_c/windows/system32/msxml3.dll ~/.wine/drive_c/windows/system32/pwrshplugin.dll
cp -rf ~/.wine/drive_c/windows/syswow64/msxml3.dll ~/.wine/drive_c/windows/syswow64/pwrshplugin.dll )