diff options
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> |