Merge pull request #12783 from n1hility/wxs-fix

[NO TESTS NEEDED] Fix type-o in podman.wxs
This commit is contained in:
OpenShift Merge Robot
2022-01-10 14:46:51 +01:00
committed by GitHub

View File

@ -50,7 +50,7 @@
<InstallExecuteSequence>
<RemoveExistingProducts Before="InstallInitialize"/>
<Custom Action="AddPath" After="InstallFiles">NOT Installed</Custom>
<Custom Action="RemovePath" Before="RemoveFiles" After="InstallInitiailize">(REMOVE="ALL") AND (NOT UPGRADINGPRODUCTCODE)</Custom>
<Custom Action="RemovePath" Before="RemoveFiles" After="InstallInitialize">(REMOVE="ALL") AND (NOT UPGRADINGPRODUCTCODE)</Custom>
</InstallExecuteSequence>
</Product>