Hey,
I am having the following situation.
I try to deploy application A. Application A requires application B to be uninstalled (B is already installed - available in sccm with install and uninstall routine as application - not package).
I tried to create a collection that has install deployment for A and uninstall deployment for B (both as required).
Unfortunately application A tries to install first and fails, while uninstalling application B is running as second. :(
I tried with TaskSequence - but uninstalling an application is not possible during tasksequence. :(
I tried with "supersedence" but this replaces all deployments for application B - I just want to uninstall B where A is required.
I tried with a query that requests for applications registered in "add or remove programs" - but this only updates once a day or less often - what is too slowly :(
How do you handle requirements like this?
Unfortunately I already have distributed all applications to all our severs - if I hadn't I would have crated this application as package with program.
Thank you for help in advance
kind Regards
mk_maddin