Rollout CutePDF 2.8 without the Ask Toolbar
We’ve always liked CutePDF as a quick way to create PDFs from any application but v2.8 by default installed the Ask Toolbar, urgh, a bit of research indicated that /no3d got rid of it. So we updated our installation routine which you can find below.
- Download http://www.cutepdf.com/download/converter.exe and extract the Convertor to \FITNTS01DriversCutePDFConvertorv8.15
- Download http://www.cutepdf.com/download/CuteWriter.exe the CuteWriter to \FITNTS01DriversCutePDFCuteWriterv2.8
- Create a batch file with the following:
@echo off
if exist “%ProgramFiles%GPLGS” goto HasGhost
“\FITNTS01DriversCutePDFConvertorv8.15Setup.exe” /verysilent
:HasGhost
if exist “%ProgramFiles%Acro SoftwareCutePDF Writer” goto HasCutePDF
“\FITNTS01DriversCutePDFCuteWriterv2.8CuteWriter.exe” /verysilent /no3d
:HasCutePDF
- Add this batch file to Computer based startup script in Group Policy