Our program is writing log files into %APPDATA%\MyProgram
.
- Should our program be responsible in the uninstaller to remove these files?
- Are there any guidelines on how to work with the APPDATA folder?
- Is it possible to move files from \MyProgram into \MyOtherProgram?
I am using INNO setup, so there might be some functionality there that I haven't discovered yet.