SCCM 2012 - Application uninstall not happening.
Hi All,
We have deployed the Flash player application to couple of machines. After installing the application we have notice unexpected behaviour.
while creating flash player deployment type we have specified the uninstall command line. Now we have deployed the uninstall program to Flash player installed machines but uninstall not happening.
Verified the appdiscovery and appenfore and appintentevl logs but there is no errors are showing.
TIA
Bhavani
September 9th, 2015 8:40pm
Are you trying to install Flash or uninstall it with your deployment? If you are trying to uninstall it, then make sure your deployment is set to Uninstall.
Perhaps explain a bit more about what you are trying to accomplish and the steps you took in ConfigMgr.
Thanks,
Jeff
September 9th, 2015 8:50pm
how did you set the deployment (install) Required/Available ? if Required then Uninstall will have lower priority over Install (required). To uninstall ,you can either remove the deployment for install and deploy the uninstall or create deployment with
available and uninstall with required option.
September 9th, 2015 9:16pm
Thanks Eswar
We have created the install application deployment as "Available" and uninstall deployment as " Required".
Uninstall working after removing the install deployment. if both deployments are there uninstall not triggering on the problematic flash player application installed machines.
is there any requirement we need to delete the install deployment ( If required deployment it will be high priority but here we have created only available application deployment)
TIA
September 10th, 2015 6:59pm
Uninstall working after removing the install deployment. if both deployments are there uninstall not triggering
That's by design as Eswar already mentioned. "Install" wins over "uninstall".
September 10th, 2015 7:29pm
Thanks for the update Torsten.
but install deployment deployed as "Available" and Uninstall deployment deployed as "Required" . If both are "Required" deployments then install wins over uninstall as per Eswar mail.
September 10th, 2015 7:35pm