Archive: Clean uninstall way


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.


i don't get it, you don't want to remove all the files installed by your nsis installer?


Check out this,

http://nsis.sourceforge.net/Advanced...og_NSIS_Header


Thank you very much RedWine :)