https://bugs.winehq.org/show_bug.cgi?id=40427
Jaroslav Škarvada zbox@atlas.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zbox@atlas.cz
--- Comment #9 from Jaroslav Škarvada zbox@atlas.cz --- I am also interested in this. I was trying to install Windows Management Framework 5.1 (https://www.microsoft.com/en-us/download/details.aspx?id=54616) and it seems it also requires vista+ msdelta compression support in wuse, error:
0428:fixme:wusa:load_assemblies_from_cab Cabinet uses proprietary msdelta file compression which is not (yet) supported 0428:fixme:wusa:load_assemblies_from_cab Installation of msu file will most likely fail
I tried: a) winetricks msdelta b) copying msdelta.dll from the windows 10 machine to wine c) copying wuse.exe from the windows 10 machine to wine d) copying wuse.exe from the windows vista machine to wine
a) and b) have the same results, probably also the wuse.exe needs to be updated, c) and d) failed with the:
017c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) 018c:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
I need WMF 5.1 for the export library of Playnite to work: https://github.com/JosefNemec/Playnite/issues/2085