Execute custom action while uninstalling HotFix #6877
-
I have included a custom action in Hotfix with condition "1" so that my custom action will execute in all phases like install, repair and uninstall. Below is my custom action:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm guessing by "Hotfix" you mean MSI Patch (aka: MSP). Executing custom actions during patch uninstall has a dedicated documentation page. |
Beta Was this translation helpful? Give feedback.
I'm guessing by "Hotfix" you mean MSI Patch (aka: MSP). Executing custom actions during patch uninstall has a dedicated documentation page.