I want to make a installation which can be both new installation and update installation. When it was used as an update installation, I want some files to be updated regardless the version and modified datetime. And some files would never be updated.
What I tried: Set the "REINSTALLMODE" to "amus". And set the "Never overwrite" property of never updated files' components to be "Yes".
What I get: It doesn't work. Those components with "Never overwrite = yes" are still updated somehow.
My question: Is this right? REINSTALLMODE has the higher priority than component's "Never overwrite" property? How to deal with this partial updates issue?
Thanks in advance.