Skip to content

Commit

Permalink
Merge pull request #12783 from n1hility/wxs-fix
Browse files Browse the repository at this point in the history
[NO TESTS NEEDED] Fix type-o in podman.wxs
  • Loading branch information
openshift-merge-robot authored Jan 10, 2022
2 parents 6ed2c63 + a8a3e8b commit b5b932f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/msi/podman.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b5b932f

Please sign in to comment.