Installation without toolbar or silent uninstall of the toolbar
Submitted by vlink on Thu, 2008-02-14 13:14.
Hello,
does anyone knows how to install the pdf creator silent via command line parameters WITHOUT the toolbar?
Or Uninstall the toolbar silent after a normal installation.
Thanks
Volker
I figured this out!
For starters, the PDFCreator setup file was created using the Inno Setup suite. You can find out about all of the command line features here:
http://www.appdeploy.com/tips/detail.asp?id=113
There is a /COMPONENTS switch, but I didn't know the name of the components. I used the /SAVEINF switch to hopefully shed some light on this information, and it did.
I wanted to stop the Toolbar from being installed, English only, and to do so quietly (no graphics). I used the following switches and parameters (all on one line):
PDFCreator-0_9_3_GPLGhostscript.exe" /VERYSILENT /COMPONENTS=program,ghostscript,languages,languages\english
If you need more of a custom setup, there is also a /LOADINF command you can use to load your /SAVEINF custom install file.
Hope this helps.