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?

link|improve this question
Try creating a verbose installation log and search for FindRelatedProducts action. Perhaps the old version is not detected. – Cosmin Pirvu Jul 26 '11 at 20:55
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.