Hello,
We need to cleanup some directories during unistallation, but only if user wants to do it. We use CleanUp Wizard, but if we run uninstalltion in silent mode, then the directories are removed without asking user - which is what we don't want.
Is there any way how change this default behaviour - remove dirs only if user manually checks the "Remove..." checkbox? We tried to use custom action which set AI_CLEAN_RESOURCES_UNINSTALL to 0, but it seemed to have no effect.
Thanks for any help or tips.
J