Problem with Duplicate App Entries in Add/Remove Programs?
Double-entry accounting is considered a good thing. Double entries in Add/Remove Programs, not so good.
The cause of this behavior may be a result of the previous version being installed per machine and the upgrade was installed per user.
If duplicate entries appear in the Control Panel, the ALLUSERS property for the second installation is not the same as in the first installation.
To determine if the .MSI files are per-machine or per-user installations, generate log files during the installations. To create a log file, use the following command line option:
msiexec.exe /i "C:\Program Files\My MSI.msi" /L*v "C:\Program Files\InstallLog.txt"
Compare the two log files to determine if the ALLUSERS property is the same for each installation. If the ALLUSERS property is different, go to the Product tab in Setup Editor and click Properties. Locate the ALLUSERS property and set the property equal to 1 or 2.
The Endpoint Management Community Blog is the perfect place to share short, timely insights including product tips, news and other information relevant to the Endpoint Management community. Any authenticated Connect member can contribute to this blog.