Install Pdf Creator Sccm

Posted on
Install Pdf Creator Sccm 3,9/5 9392 votes
SccmMicrosoft sccm pdf

Install Creator Download

Using System Center Configuration Manager 2012 (SCCM) to deploy the PDF Architect 3 package. In the Software Library press Create Application: Process of creating an application is very straightforward. For the moment you should only choose an MSI-file on a network share (basic msiexec switches will be added.

I'm attempting to deploy a batch file that uninstalls Firefox(exe). I've been able to successfully deploy batch files that contain the uninstall string for msi s but I haven't been successful doing this for exe s. The file looks like this: '%programfiles(x86)% mozilla firefox uninstall helper.exe' /S. When I run the file on the machine it will install Firefox no problem, but when I deploy it SCCM gives me the message ID 10006 which leads me to believe the reason the file isn't running correctly is because of how I'm setting up the package. I've googled this a few times and can't seem to find an exact answer on how to fix this. I was hoping if someone could give me some advice on how to develop my package to deploy this batch file. Hey Rbell253, Here is some sample code from one of my personal batch scripts that I use to install an.EXE (in this case PDFCreator by PDFForge).

I commented it heavily for you. This is an actual 'tested and working' production script that I am currently using in an SCCM 2012-based deployment.