V1.0.2 Silent Install, No Toolbar?

Hi,

I am looking for a way to silently deploy PDFCreator, as a standard installation, on a number of computers. Does anyone have information on how to either tranform the .msi with an .mst file using Orca, OR is there a way to perform a silent installation using command line switches?

Thanks,
Steve

Hey but there are many tyes of setups available.

Don't use the long cut.

 OK... I've got exactly what I want. Completely silent, no toolbar, no desktop icon:

"\\\\PATH TO FILE\\PDFCreator-1_0_2_setup.exe" /VERYSILENT /components=\\"!toolbar\\" /tasks=\\"!desktop_icon\\"" /f /norestart

Works perfectly.

For version 1.2.0, please refer to the topic posted here: http://www.pdfforge.org/forum/open-discussion/6236-v120-silent-install-no-toolbar

Thanks.