summaryrefslogtreecommitdiff
path: root/contrib/msi/podman.wxs
diff options
context:
space:
mode:
authorJason T. Greene <jason.greene@redhat.com>2022-01-09 20:59:05 -0600
committerJason T. Greene <jason.greene@redhat.com>2022-01-09 21:00:02 -0600
commita8a3e8bc99d033e6c0b841e9835954f893e67c12 (patch)
treed70007fdea651d8bf589362a4f3d9fcf89eaa9d7 /contrib/msi/podman.wxs
parent6ed2c639ac614b8292660fda604d3a8f6cbb42b7 (diff)
downloadpodman-a8a3e8bc99d033e6c0b841e9835954f893e67c12.tar.gz
podman-a8a3e8bc99d033e6c0b841e9835954f893e67c12.tar.bz2
podman-a8a3e8bc99d033e6c0b841e9835954f893e67c12.zip
Fix type-o in podman.wxs
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
Diffstat (limited to 'contrib/msi/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>