Hi all,
New to this forum and indeed SCCM.
I have managed to setup a one site SCCM deployment. 'Application' deployments seem to be working fine and as expected. All clients will Windows 7 64 bit.
I am still testing things at the moment. My latest application to be installed is PDF Creator. I have installed this via a 'manual scripted' method as an 'Application'. This seems to install fine on the test clients.
As far as I am aware there is no official MSI for this program, so I thought I'd try to uninstall the software, via the following .cmd script:
"C:\Program Files (x86)\PDFCreator\unins000.exe" /verysilent /SUPPRESSMSGBOXES /NORESTART
This works fine when run manually but I cannot seem to get it working via SCCM. I have searched the net and there has been discussion about batch scripts and system rights, etc. Perhaps it's something to do with 'what folder the script needs to execute?
Can someone please let me know, the full and proper procedure using SCCM 2012 to uninstall this program.
Many thanks.