Update uninstall information after installation
I have successfully used NSIS to create an installation program (with it's corresponding uninstall information).
My problem is what to do, if later on (programmatically) decide that I want to add (or remove) some more files from the uninstall list.
I don't want to do something like RmDir /r
I still want to specifically remove files, but this information I want to alter it later on.
Is it somehow possible?