I'm using InstallShield 2019 Professional Edition and have a Basic MSI Project which contains an executable program.
My program creates some files and subfolders (log, environment, ...) in the installation folder during the execution.
Of course, MSI doesn't know about the existence of these files and their subfolders. Therefore, after a user has deleted the program, these files and folders remain on the computer.
Is there any option to empty the installation directory in the Basic MSI Project?
I found a question similar to this on Stack Overflow. But the link in this answer doesn't work anymore. For that reason, I asked the question again.