I would like to be able to add files installed via [code] to the uninstall log, to make sure a later uninstall can delete them.
Scenario:
- installer installs DLLs into a number of existing dev environments, via detection in [code]
- user deletes or changes dev environment location
- now [code] during uninstall can't find the leftover DLLs to remove
Due to the dynamic nature of the dev environments, it's tricky (unreliable) to use Files with {code:}.
Can't find anything in the docs that allows adding to the uninstall log. Is it possible?