» Tue May 29, 2012 1:11 am
Windows allows side-by-side installations of a number of files, mostly to get around minor incompatiblity issues between different versions of the "same" DLL. For example, if a given app code relies on certain undocumented behaviour from one of these DLLs and a bug gets fixed that changes the behaviour, the app can break badly.
Having said that, very few apps have any problems. In your case, you'll probably find that the majority of apps are "redirected" from the older DLL version to the newer one without any problems. The older version may not get used at all. However, given that it's only a few MB worth of files, it's not worth the hassle of removing them and having something break.