@ktitchard wrote:
Hi I am trying to create a silent installer for the free version of pdf creator. I found an old thread and created a bat file and an ini file. I don’t want to accept the install for architect and I want to bypass downloading of additional files. I have removed the /VERYSILENT tag to test. Please help its driving me nuts.
Bat File
@ECHO PDF Creator Install Silently
“%~dp0PDFCreator-3_2_1-Setup.exe” /LOADINF="%~dp0pdfcreator.ini"
@ECHO DoneIni File
[Setup]
Lang=English
Dir=C:\Program Files\PDFCreator
Group=PDFCreator
NoIcons=0
SetupType=compact
Components=program,ghostscript,images2pdf,comsamples,helpfiles,helpfiles\english,languages,languages\english
Tasks=desktopicon,desktopicon\common
Printername=PDFCreator
Offer=0
Posts: 1
Participants: 1