I want to allow our end users to optional remove all settings/configuration files that we normally save on an uninstall using the Uninstall Cleanup Wizard (which is not available from a merge module), i.e.
The files & folders in question are actually created by the merge module, not a problem since I can set the Uninstall Cleanup in the parent full UI installer.
When I do this is there any property set by the checkbox on the VerifyRemoveDlg that I can then pass on down to the merge module so it can optionally delete these files and folders?
I can't just tag these folders from the parent installer though as the merge module contains 2 custom actions to backup and restore XML files so I need a property to override this default behavior.