Uninstall installed files and keep other files
hello ,
I'm using Nsis to make a setup for a big application that is composed from a big number of files and folders, the problem is that i want to uninstall only files that are installed and keep the other files created by the user so i cannot delete entire folders'contents by wildcards
is there a way to uninstall only installed files without deleting them file by file ?
thank you very much for your help :):)