I need to write a script to install pdf creator on a number of machines without user interaction.
I see no commandline parameter for the setup application not to change the default search engine.
I used the SAVEINF command to generate a setup INF file in which I deselected the 'change search engines to yahoo' option, and the following was generated:
[Setup]
Lang=english
Dir=C:\\Program Files (x86)\\PDFCreator
Group=PDFCreator
NoIcons=1
SetupType=custom
Components=program,ghostscript,images2pdf,helpfiles,helpfiles\\english,languages,languages\\english
Tasks=
Printername=PDFCreator
ServerInstallation=0
Win9xPrinterdriver=0
WinNtPrinterdriver=0
Win2k32bitPrinterdriver=0
Win2k64bitPrinterdriver=0
Toolbar=0
When I invoke the installer and use LOADINF to point to the above file, browser search engines are changed.
I require either a commandline parameter or an entry for the INF file so that the search engine is not changed.
Thanks
Zadkiel