mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Fix type-o in podman.wxs
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user