diff options
author | Jason T. Greene <jason.greene@redhat.com> | 2022-01-09 20:59:05 -0600 |
---|---|---|
committer | Jason T. Greene <jason.greene@redhat.com> | 2022-01-09 21:00:02 -0600 |
commit | a8a3e8bc99d033e6c0b841e9835954f893e67c12 (patch) | |
tree | d70007fdea651d8bf589362a4f3d9fcf89eaa9d7 /contrib/msi/podman.wxs | |
parent | 6ed2c639ac614b8292660fda604d3a8f6cbb42b7 (diff) | |
download | podman-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.wxs | 2 |
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> |