Skip to content

Fix countless missing dependancies across WXI files

Daniel P. Berrange requested to merge dberrange/msitools:wxi-deps into master

There are oooh so many broken dependencies across nearly all the WXI files, many of which have been incomplete/broken for years.

This series fixes them and most importantly introduces a script that can validate correctness of the WXI files so we don't get obviously broken installers which miss DLLs required by EXEs.

Merge request reports