PDF24 Creator .exe Setup Parameter/Arguments

Home Forums PDF24 Creator Installation PDF24 Creator .exe Setup Parameter/Arguments

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #628
    pdf24
    Member

    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

    pdf24-creator.exe /VERYSILENT /NOUPDATE

    * Installs default components silently and disables updates

    pdf24-creator.exe /SILENT /NOUPDATE

    * Installs default components without user interaction and disables updates

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

    * Installs only PDF printer component silently and disables updates

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.