Back in early December 2013 I started managing the few Notepad++ installs we have around here with Patch Manager. The Notepad++ home site is blocked by our firewall so I manually downloaded the npp.6.5.1.Installer.exe installation package from a DMZ workstation. I successfully published and deployed the v6.5.1 upgrade package to all machines that needed it. Early January I noticed 6.5.2 and 6.5.3 had been released. Once again manually downloaded the npp.6.5.2.Installer.exe and npp.6.5.3.Installer.exe files. Figured I'd just jump right to 6.5.3 so I published and deployed the 6.5.3 upgrade, but it failed to install on all machines. Thinking something could be wrong with my downloaded installer file I tried manually upgrading a machine by running the npp.6.5.3.Installer.exe directly. That worked just fine. Figured it was a long shot but thought maybe it wasn't happy about me skipping versions. So I went back and published and deployed the 6.5.2 upgrade to one of my test VMs and it worked just fine. Once again I tried to deploy 6.5.3 upgrade and it failed again. Here's the entry from WindowsUpdate.log on my Win7 test VM.
Agent * Title = Notepad++ v6.5.3 (Upgrade)
2014-01-16 11:42:09:538 876 c60 Agent * UpdateId = {0B292304-FB84-4EE9-B47A-DC4F93263A0E}.3
2014-01-16 11:42:12:471 876 e28 Report CWERReporter finishing event handling. (00000000)
2014-01-16 11:42:51:360 876 c60 DnldMgr Preparing update for install, updateId = {0B292304-FB84-4EE9-B47A-DC4F93263A0E}.3.
2014-01-16 11:42:53:232 1172 d2c Misc =========== Logging initialized (build: 7.6.7600.256, tz: -0500) ===========
2014-01-16 11:42:53:357 1172 d2c Misc = Process: C:\Windows\system32\wuauclt.exe
2014-01-16 11:42:53:357 1172 d2c Misc = Module: C:\Windows\system32\wuaueng.dll
2014-01-16 11:42:53:232 1172 d2c Handler :::::::::::::
2014-01-16 11:42:53:357 1172 d2c Handler :: START :: Handler: Command Line Install
2014-01-16 11:42:53:357 1172 d2c Handler :::::::::
2014-01-16 11:42:53:357 1172 d2c Handler : Updates to install = 1
2014-01-16 11:42:58:817 1172 d2c Handler : WARNING: Command line install completed. Return code = 0x00000002, Result = Failed, Reboot required = false
2014-01-16 11:42:58:817 1172 d2c Handler : WARNING: Exit code = 0x8024200B
2014-01-16 11:42:58:833 1172 d2c Handler :::::::::
2014-01-16 11:42:58:833 1172 d2c Handler :: END :: Handler: Command Line Install
Like I said, it only fails when I try to deploy with the Patch Manager Notepad++ v6.5.3 (Upgrade) package. A manual upgrade works fine. I did a side by side comparison of all settings in the 6.5.2 (Upgrade) and 6.5.3 (Upgrade) packages and they were identical other than the updated version numbers. We are running Patch Manager 2.0.2146.0. Any ideas why this install is failing via Patch Manager?