Silent install

2006-06-21 23:38:07 by Lamhaj

I have a small network with a Samba PDC, and I would like to install PDF Creator silently using a logon script. Is there different installer package available I can use to do this? Or maybe even a series of switches I can throw on the regular distribution package?


2006-06-22 00:01:25 by thesmilyface

http://sourceforge.net/docman/display_doc.php?docid=19660&group_id=57796


2006-07-17 09:50:51 by dzinner

Is it possible to disable the Internettoolbar in Silent install?


2006-07-17 10:34:49 by thesmilyface

Yes, use the setup commandline parameter "/LOADINF".


2006-07-17 10:55:41 by anonymous

I already did.

I've installed the program with the command C:\pdfcreator.exe /saveinf="options.ini" with the options, no toolbar should be installed and pdfCreator should be registerd to Postscript files. After this I installed the program with the command C:\pdfcreator.exe /loadinf="options.ini".
The Internettoolbar is still installed, but the program isn't registered to Postscript files.

Here is the options.ini:
[Setup]
Lang=german
Dir=C:\Programs\PDFCreator
Group=PDFCreator
NoIcons=0
Components=program,ghostscript,languages,languages\english,languages\german
Printername=PDFCreator
Tasks=fileassoc


2006-07-17 10:56:26 by dzinner

I already did.
I've installed the program with the command C:\pdfcreator.exe /saveinf="options.ini" with the options, no toolbar should be installed and pdfCreator should be registerd to Postscript files. After this I installed the program with the command C:\pdfcreator.exe /loadinf="options.ini".
The Internettoolbar is still installed, but the program isn't registered to Postscript files.
Here is the options.ini:
[Setup]
Lang=german
Dir=C:\Programs\PDFCreator
Group=PDFCreator
NoIcons=0
Components=program,ghostscript,languages,languages\english,languages\german
Printername=PDFCreator
Tasks=fileassoc