When I'm running a minor upgrade via msi, installation completed successfully, and in 'Programs and Features' I can see that the version is upgraded to the new version, BUT files are not replaced (they still have the old version).
I'm running minor upgrade via msi as followed:
msiexec /i project.msi REINSTALL=ALL REINSTALLMODE=vomus /qn
When running the upgrade via setup.exe, everything is working fine. Files are replaced.
Any suggestions what am I doing wrong?