I use a WSUS Server with WPP to deploy 3rd party updates to our computers.https://wsuspackagepublisher.codeplex.com/
WSUS Server has been live and working for a year and WPP is fairly new. Anyways.... I'm trying to update Adobe Reader DC to the newest version which is 15.016.20039. The problem is that the ProductCode for the old version & the new version are the same. So I'm unable to use that.
I use the Transforms file and added a registry key to HKLM\Software\Wow6432Node\Adobe\Acrobat Reader\DC\Installer
called "Version" which is a REG_SZ with 15.0.16.20039 and that will allow me to verify which version i'm on.
Unfortunately it would appear that the Version key only gets added when the software is installed without the previous version installed. I believe this is due to the fact that the older file had a MST file that did not include this registry key. (Even though I have the MST file uninstall old versions)
Anybody else running into this issue? Any help is appreciated.