I am trying to build my first deployment in Configuration Manager 2012. The software I am deploying is ArcGIS 10.4.1 Reader and ArcGIS 10.4.1 for Desktop. If a previous version of the software does not already exist on a machine the deployment works fine.
So I know that in a very basic scenario the deployment works.
However, I want previous versions to be removed before the new version is installed. I have setup supersedence with the uninstall option checked. If I take the uninstall command on the deployment being superseded and run it from the command line,
it works. But if I run the deployment for 10.4.1 with supersedence enabled and the option to uninstall the previous version checked, I get the following error:
Error Code 0x87D01107 Failed to access all the provided program locations
I've done some Googling on this error code and message, but have come up empty thus far. Given that the deployment works in simple scenarios and the uninstall command works when run manually from the command line, it seems to me like my deployment
with supersedence should work. Any idea one what would be causing this?
--Tom