PDF PDF24.org Support Forum

 
 FAQFAQ   SearchSearch   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

PDF24 Creator .exe Setup Parameter/Arguments



 
Post new topic   Reply to topic    PDF24.org Support Forum Forum Index -> Installation
PDF Creator | PDF Converter | PDF Software | Create PDF
Author Message
pdf24
Site Admin


Joined: 14 Aug 2006
Posts: 331

PostPosted: Wed Dec 14, 2011 11:29 am    Post subject: PDF24 Creator .exe Setup Parameter/Arguments Reply with quote

The PDF24 Creator .exe Setup is based on Inno Setup. Thus, you can use all command line arguments which Inno Setup made setups supports. There are some additional arguments which are PDF24 Creator setup specific. The download link of the latest version of the .exe setup is: http://www.pdf24.org/products/pdf-creator/download/pdf24-creator.exe

The command line arguments are explained in this topic.

/SILENT
Installs the PDF24 Creator without user interaction. The installation process is shown.

/VERYSILENT
Installs the PDF24 Creator without user interaction. The installation process is not shown.

/NOUPDATE
Installs the PDF24 Creator without update checking. No updates are searched and no updates are installed.

/LANG=language
Specifies the language to use. The placeholder language can be German, English, French, Italian, Russian, Spanish, Portuguese

/SAVEINF="filename"
Instructs setup to save installation settings to the specified file.

/LOADINF="filename"
Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the '/SAVEINF=' command as explained below.

/NORESTART
Instructs Setup not to reboot even if it's necessary.

/NOCANCEL
Prevents the user from cancelling during the installation process, by disabling the Cancel button and ignoring clicks on the close button. Useful along with '/SILENT' or '/VERYSILENT'.

/SP-
Disables the This will install... Do you wish to continue? prompt at the beginning of Setup.

/COMPONENTS="comma separated list of component names"
Overrides the default component settings. Using this command line parameter causes the setup to automatically select a custom type. Only the specified components will be selected; the rest will be deselected. If a component name is prefixed with a "!" character, the component will be deselected. This parameter does not change the state of components that include the fixed flag.

Currently, the setup contains the following components:
pdfPrinter, faxPrinter

The component pdfPrinter can't be deselected, this one is fixed.


Examples

Code:
pdf24-creator.exe /VERYSILENT /NOUPDATE

* Installs default components silently and disables updates

Code:
pdf24-creator.exe /SILENT /NOUPDATE

* Installs default components without user interaction and disables updates

Code:
pdf24-creator.exe /VERYSILENT /NOUPDATE /COMPONENTS=pdfPrinter

* Installs only PDF printer component silently and disables updates


Last edited by pdf24 on Mon Jan 30, 2012 9:53 am; edited 3 times in total
Back to top
Display posts from previous:   
Post new topic   Reply to topic    PDF24.org Support Forum Forum Index -> Installation All times are GMT
Page 1 of 1

 

Powered by phpBB © 2001, 2005 phpBB Group