Search code examples
wixwindows-installerinstallationuninstallationcustom-action

uninstall custom actions


After which custom action should my C# custom actions execute? And what condition should I use so my custom action could run only on uninstall?


Solution

  • After which custom action should my C# custom actions execute?

    It depends on what they do.

    And what condition should I use so my custom action could run only on uninstall?

    REMOVE = "ALL"