mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
Merge pull request #12783 from n1hility/wxs-fix
[NO TESTS NEEDED] Fix type-o in podman.wxs
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