Module: wine Branch: master Commit: 9934b25313e1a54ea3bd96b38c748ba86ab3fb5f URL: https://source.winehq.org/git/wine.git/?a=commit;h=9934b25313e1a54ea3bd96b38...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Dec 2 10:11:49 2019 +0100
wusa: Add support for extracting MSU files.
Based on patches by Michael Müller and Sebastian Lackner.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/wusa/Makefile.in | 1 + programs/wusa/main.c | 369 +++++++++++++++++++++++++++++++++++++++++++++- programs/wusa/wusa.h | 62 ++++++++ 3 files changed, 427 insertions(+), 5 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9934b25313e1a54ea3bd9...