Stop download of pdfforgetoolbar during installation

Hello,

I am trying to add the PDF Creator 0.9.8 into our image for deployment of new PCs.  Unfortunately our images can not call out to the internet during deployment and I received the following error when deploying the image...

"An error occured while downloading the file: http://download.mybrowserbar.com/vkits/dlv1/971163/pdfforgeToolbar.msi.  What would you like to do?"

I need to do a silent installation with no user interface--which works--but I can't have it call out to the internet.  Is it possible to NOT install the toolbar?

Thanks for your help!

Hello,

have a look at the command line parameters:

http://en.pdfforge.org/content/setup-command-line-parameters

you cn record an installation to an ini file and then use it to replay that installation for your images. For further information on this, you can search for inno setup (that's the name of the installer we use) and the parameter.

kind regards
philip

After checking the INI file that was able to output I put two and two together and am able to use the following COMPONENTS command.

/COMPONENTS="program,ghostscript,comsamples,helpfiles,helpfiles\\english,languages,languages\\english" /VERYSILENT /NOREBOOT

Thank you!

Hi,

I have the same problem, but the workaround with the INI File and the Componets line, dosen't work.

[Setup]
Lang=english
Dir=C:\\Program Files\\PDFCreator
Group=PDFCreator
NoIcons=0
SetupType=custom
Components=program,ghostscript,comsamples,helpfiles,helpfiles\\english,languages,languages\\english" /VERYSILENT /NOREBOOT
Tasks=desktopicon,desktopicon\\common,winexplorer
Printername=PDFCreator
ServerInstallation=0
Win9xPrinterdriver=0
WinNtPrinterdriver=0
Win2k32bitPrinterdriver=0
 

Have anybody a solution ??

Thanks in advanced

Ice-T