I am creating the installer for my Windows application via Inno Setup. The application itself writes some configuration data to the user home folder, into its own sub-directory.
Now during uninstallation I want to allow the user to select an option to delete that folder as well (which originally has not been created by Inno Setup, but by the application).
What would be the best way to achieve that in Inno Setup?