Supersedence Issue!

Hi Everyone,

I don't know if this is already a Known issue, But, wanted to share with everybody.

Scenario: Superseding (ONE of the suite of appplications) which were deployed onto the User machines with a (Newer version of one particular Application among the suite).

To be more clear, we are only replacing one of the application with a newer version among a suite of applications.

Problem:

The detection method of this (older version which was already deployed onto prod) has been to set to check the file version in the [INSTALLDIR]. Now, the newer version of that application has the (same files and folder structure) as the older one.

When we supersede, everything is fine, until after the installation of the new version of the application. When the Policy cycles run after some time for a different deployment then the (Supersedence logic to "uninstall" again kicks in thinking that it still haven't uninstalled the previous version because of the ("same files and folder structure") it uninstalls the newer version of the application.

Note: when I say, "same files & folder structure above", I mean the File version of that Particular file set to be detected in the older version of the application is the same in the newer version of the application too.




  • Edited by Tightend 13 hours 23 minutes ago
January 27th, 2014 5:49pm

It's working as it should, by design. What is wrong, is your detection method. Applications are considered as individuals so that they can be separated from each other. What you should do:

  1. Find a correct detection method for your old application (that applies ONLY and ONLY this version) and test
  2. Find a correct detection method for your new application (that applies ONLY and ONLY this version) and TEST IT
  3. Configure the new application to supersede the old one
  4. Deploy the new application to users you want it

There's got be a some kind of indicator which version is installed right? Maybe that's what you can use as an detection method for both of those applications.

Check the files, file versions and registry for settings that changes between these two versions.

One place I'll usually dig through is registry path:

HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall

...because it contains all the entries that can be found from "Programs and features" and usually applications do register their information there. Check it.

Free Windows Admin Tool Kit Click here and download it now
January 27th, 2014 11:10pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics