Merge pull request #12783 from n1hility/wxs-fix
[NO TESTS NEEDED] Fix type-o in podman.wxs
This commit is contained in:
commit
b5b932f7ab
|
@ -50,7 +50,7 @@
|
||||||
<InstallExecuteSequence>
|
<InstallExecuteSequence>
|
||||||
<RemoveExistingProducts Before="InstallInitialize"/>
|
<RemoveExistingProducts Before="InstallInitialize"/>
|
||||||
<Custom Action="AddPath" After="InstallFiles">NOT Installed</Custom>
|
<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>
|
</InstallExecuteSequence>
|
||||||
|
|
||||||
</Product>
|
</Product>
|
||||||
|
|
Loading…
Reference in New Issue