Installer can delete WASAPI plugin installed by a previous version

This commit is contained in:
Mat Sutcliffe
2021-11-28 12:52:46 +00:00
parent e1c3029dc8
commit f5ad354420

View File

@@ -230,4 +230,15 @@
</distributionFileList>
</folder>
</folderList>
<postInstallationActionList>
<deleteFile>
<path>${installdir}/bin/audio/*wasapi*.dll</path>
<progressText>Delete old version of Qt audio plugin</progressText>
<ruleList>
<platformTest>
<type>windows</type>
</platformTest>
</ruleList>
</deleteFile>
</postInstallationActionList>
</componentGroup>