When i update my application from msi file with keys /qr
msiexec /i "c:\Projects\AppForInstall\Setup\Debug\Setup.msi" /qr
it doesn't remove previous version of my application from list of installed applications, but install new version.
When I use another keys: /qn, /qb, /qf, /qn+, /qb+ or /qb! I don't have this problem.
Msi is created by Setup Project in MSVS2010.
Why it could be?