
AshishP asked a question.
Hi Folks,
Can someone help me to understand Uninstall Software Workflow?
I observed that, when I clicked on Uninstall button from AP it is actually removing an entry of that particular software/application from Software Center. It is not uninstalling an application from Control Panel.
Hi @Ashish Patil​,
The default Uninstall Software Workflow, from the Automation Book SAM Automation for SLM, will remove the object from the identifier.
Object will be either user or computer ad object, depending on the option configured in SLM on the store tab.
Identifier will be an AD group, configured in "identifier" in SLM on the store tab.
It is then expected that this will trigger the removal process of your deployment tool, most common a SCCM collection that is configured against the AD group.
This is the out of the box design, but it can be changed to meet any specific need. Common changes are to add activities that talk directly with SCCM collections, and/or a separate group/identifier for installation and uninstallation groups/collections.
Your descriptions leads me to believe that you have configured the identifier against an AD group that gives the user permission to request the application in Software Center. Uninstalling this application would then remove the user from the AD group and the result would be that it's not available any more in Software Center.
Hope this helps :)
//Oskar Frölin