This how to deploy pdf creator:
1)download it from source forge
2)The setup.exe needs an inf file for the installer settings (it's called pdfcreator) copy and paste the code below:
[Setup] Lang=english
Dir=C:\Program Files (x86)\PDFCreator
Group=PDFCreator
NoIcons=0
SetupType=custom
Components=program,
ghostscript,comsamples,helpfiles,helpfiles\english,languages,languages\english Tasks=desktopicon,desktopicon\common,winexplorer
Printername=PDFCreator
ServerInstallation=0
Win9xPrinterdriver=0
WinNtPrinterdriver=0
Win2k32bitPrinterdriver=0
Win2k64bitPrinterdriver=0
Offer=0
3) pass this parameters to the PDFCreator-1_4_3_setup.exe /LOADINF="PDFCreator.inf" /SILENT /NORESTART /SP-
http://unattended.sourceforge.net/InnoSetup_Switches_ExitCodes.htm - ncsutmf 12 years ago