Cutepdf Pro Silent Installation

Posted on -
Cutepdf Pro Silent Installation Rating: 4,9/5 5479 reviews
Posted by6 months ago
Archived

I have been struggling for a week to come up with a way to uninstall CutePDF silently. Everything I tried did not work. there is no silent uninstall switch. No MSI. Repackers didn't work.

Configure Firewall. If Firewall is installed on your computer, make sure that an allowing rule is created for the process avp.exe in the Firewall settings. Firewall secures your computer protection on local networks and the Internet. Firewall is a program which monitors data transferred via. Jan 10, 2014  I initially tried installing KIS 2013 from a CD that I had purchased last year and I received a message saying that the Digital signature of installation files is missing. I clicked the Learn more link and eventually ended up downloading the 2014 version from the website just to have the exact sa. Digital signature of installation files is missing kaspersky 2013 key.

Cutepdf form filler silent install in Title/Summary. CutePDF Form Filler. CutePDF Form Filler is a program designed for filling and saving data in PDF forms. With this program you can save interactive PDF electronic forms to your computer to fill in and print at your convenience, send the completed forms via e-mail, and apply 128-bit encryption. CutePDF Writer installs itself as a 'printer subsystem'. This enables virtually any Windows applications (must be able to print) to create professional quality PDF documents - with just a push of.

I had 30 machines I needed to remove it from. I was not going to walk to each machine and uninstall it. I Emailed CutePDF and they told me I could buy full version which has a silent uninstaller.

Cutepdf Pro Silent Installation


So for any of you struggling with the same issue I wrote a quick vbs script.

What Is Silent Installation


Set KillShell = WScript.CreateObject('WScript.Shell')

Set CuteShell = WScript.CreateObject('WScript.Shell')

KillShell.Run 'Taskkill /f /IM Setup64.exe'

WScript.Sleep 500

CuteShell.Run ''c:Program Files (x86)Acro SoftwareCutePDF WriterSetup64.exe' /uninstall', 9

WScript.Sleep 500

CuteShell.SendKeys '{ENTER}'

WScript.Sleep 500

CuteShell.SendKeys '{ENTER}'


This VBS script will start the uninstall, a dialog box will appear asking if you would like to uninstall. The script will hit the enter button for you. Users will see a pop up for a second but then after that, CutePDF is gone.


I used PSEXEC to deploy this with the -i option for interactive to make sure it ran on the users desktop. It will not work if the screen is locked or if no user is logged on.Probably would be best used in a start up script.


Enjoy

Cutepdf Command Line

Pro
17 comments