Problem with Wix uninstall using CustomAction
问题 I've created a very simple MSI which copies some files to the ProgramFiles directory and while installing calling to custom actions found in a binary written in C#. While installing, I can easily call any custom action I want. For example I've created an installation step where the user should enter a license, and after confirming the license it is checked against a server using logic written inside C# custom action. But, when uninstalling, every time I add a custom action (even if it does