aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-01-10 14:46:51 +0100
committerGitHub <noreply@github.com>2022-01-10 14:46:51 +0100
commitb5b932f7abebe58f8eb841fc0ac894785a167aa3 (patch)
treed70007fdea651d8bf589362a4f3d9fcf89eaa9d7
parent6ed2c639ac614b8292660fda604d3a8f6cbb42b7 (diff)
parenta8a3e8bc99d033e6c0b841e9835954f893e67c12 (diff)
downloadpodman-b5b932f7abebe58f8eb841fc0ac894785a167aa3.tar.gz
podman-b5b932f7abebe58f8eb841fc0ac894785a167aa3.tar.bz2
podman-b5b932f7abebe58f8eb841fc0ac894785a167aa3.zip
Merge pull request #12783 from n1hility/wxs-fix
[NO TESTS NEEDED] Fix type-o in podman.wxs
-rw-r--r--contrib/msi/podman.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/msi/podman.wxs b/contrib/msi/podman.wxs
index c1b8f1a23..c2826fc19 100644
--- a/contrib/msi/podman.wxs
+++ b/contrib/msi/podman.wxs
@@ -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>