On 16 Nov 2010 at 9:26, Crawford, Scott  wrote:

> I'd like to see that batch file if you don't mind.  I really miss their MSI
> option lately. 

Here you go.  You'll need to tweak the install path 
("D:\Data\Downloads\Adobe\") for your network, this is from my home machine.

PDFup.cmd:
============= Included Stuff Follows =============
@echo off
cls
:: uninstall existing PDFcreator -- /SILENT works for 1.0.0, 0.9.8; 0.9.9 
doesn't support it
echo Uninstall existing PDFcreator ...
if exist "C:\Program Files\PDFCreator\unins000.exe" "C:\Program 
Files\PDFCreator\unins000.exe" /SILENT /NOREBOOT
if exist "C:\Program Files\PDFCreator\unins000.dat" "C:\Program 
Files\PDFCreator\unins000.exe" /NOREBOOT
if exist "C:\Program Files\PDFCreator\unins000.dat" "C:\Program 
Files\PDFCreator\unins000.exe" 
echo.

:: stop the print spooler to unlock c:\windows\system32\pdfcmnnt.dll
net stop spooler
if exist c:\windows\system32\pdfcmnnt.dll del c:\windows\system32\pdfcmnnt.dll
:: restart  the print spooler 
net start spooler

:: install PDFCreator
echo Install updated PDFcreator ...
start/wait D:\Data\Downloads\Adobe\PDFCreator-1_0_2_setup.exe 
/LOADINF="D:\Data\Downloads\Adobe\PDFCreator-1_0_2.inf" /ForceInstall /SILENT 
/NOCANCEL /NORESTART /SP- /Log=c:\Backups\PDFCreator-1_0_1-install.log
echo.

:: set  testing for new version disable "0" daily "1" weekly "2" monthly "3"
echo Setting "check for new version" registry key ...
REG ADD "HKLM\SOFTWARE\PDFCreator\Program" /v "UpdateInterval" /t REG_SZ /d "1" 
/f

:: v1.0 3:44 PM 6/18/2010
:: command lines from PDFCreator - WPKG | Open Source Software Deployment and 
Distribution
:: http://wpkg.org/PDFCreator
:: create INF by manual install with /saveINF="PDFCreator-1_0_0.inf"
:: 08:05 AM 8/19/2010 v 1.0.2

============= Included Stuff Ends =============

PDFCreator-1_0_2.inf:
============= Included Stuff Follows =============
[Setup]
Lang=english
Dir=C:\Program Files\PDFCreator
Group=PDFCreator
NoIcons=1
SetupType=custom
Components=program,ghostscript,helpfiles,helpfiles\english,languages,languages\english
Tasks=winexplorer
Printername=PDFCreator
ServerInstallation=0
Win9xPrinterdriver=0
WinNtPrinterdriver=0
Win2k32bitPrinterdriver=0
Win2k64bitPrinterdriver=0

============= Included Stuff Ends =============

--
Angus Scott-Fleming
GeoApps, Tucson, Arizona
1-520-290-5038
Security Blog: http://geoapps.com/





~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to [email protected]
with the body: unsubscribe ntsysadmin

Reply via email to