https://bugs.winehq.org/show_bug.cgi?id=40427
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.winehq.org/sho | |w_bug.cgi?id=12501 Component|windowscodecs |-unknown CC| |michael@fds-team.de Summary|PS4 Remote Play Installer |wusa does not support |does not work because it |msdelta compression |needs Windows Media Feature |(Windows Media Feature |Pack |Pack)
--- Comment #2 from Michael Müller michael@fds-team.de --- You missed the most important fixme at the beginning:
fixme:wusa:load_assemblies_from_cab Cabinet uses proprietary msdelta file compression which is not (yet) supported. fixme:wusa:load_assemblies_from_cab Installation of msu file will most likely fail.
Wine does not support the msdelta compression and therefore we can not process msu files using this compression. See bug 12501, although the bug report is about the older version of the msdelta compression (mspatcha.dll) while wusa uses msdelta.dll as far as i know.