
I have an msi that is launched as a silent installation, the question is that since I couldn't think of how to update it silently, I added the custom action when launching the msi installation of "UninstallPreviousVersions".
The problem is that there are certain files that they must not be modified/deleted since they are user configuration files.
Is there a way to protect those files? Or also, is there a more optimal way to update?
Thank you very much!

