I've a batch script that uninstall an application perfectly fine when i run it locally on the system. the script contains few msi switches only nothing else.
When i try to deploy this .bat as a package or application using SCCM it does not get deployed. I want this scrip to be deployed on the clients and execute silently so that the required application can be uninstalled silently.
Silent parameters are already passed in batch script. Can any one please help me here?