Clean uninstall way
Hello,
First sorry for my poor english...
I would like to provide an uninstaller for my program. This program comes with hundred files so I can't take time to enumerate all those files. Ok, I use "File *.*" in installer.
But I do not find the way to make the uninstaller only delete the installed files.
I looked into the "makensis" example, but I found :
"RmDir /r $INSDIR\Bin", that is quite astonishing because if the user puts something in this directory, it will be deleted...
Is there a way to do what I want ? Thanks :)
Regards.