I am using WIX and I want to display a check box(e.g. Delete App Related Files) during uninstall that is selected by default and if selected, will trigger a custom action that will remove some app related folders. My requirements are:-
- Check box that is selected by default when uninstalling the app.
- Custom action that will be triggered on uninstall and only in case of the check box is selected.
- Pass the location of folder that will be deleted to the custom action; i know this can be done with Property element but i can't do that.