Hi Experts
I am new to Configuration Manager, I have an application installed on windows servers and i want to uninstall it using sccm.
from the registries i get the below uninstall string.
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\App01
C:\Program Files (x86)\App01\App01 Client\uninst.exe
from the command line i have tried the below string on one server and it worked fine, the application got uninstalled.(is the silent switch correct)
"C:\Program Files (x86)\App01\App01 Client\uninst.exe" /qn
I am not sure how to uninstall it using sccm, do i need to create an application or package. experts guide me how to uninstall it.


