Announcement

Collapse
No announcement yet.

The Commandline Properties for ERP Foxit Reader V5.x

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • FAQ The Commandline Properties for ERP Foxit Reader V5.x

    The Foxit Reader properties are:
    ---------------------------------------------------------------------------------------------------------------
    ADDLOCAL <list of features> The value of the ADDLOCAL property is a comma delimited list of features which the installation of Foxit Reader will make available locally. Foxit Reader installer defines the following features:
    FX_PDFVIEWER - Foxit PDF Viewer and its components;
    FX_FIREFOXPLUGIN - Plugin which is used for opening PDF files in Mozilla Firefox, Opera, Safari, and Chrome browsers. This feature requires FX_PDFVIEWER feature to be installed.
    FX_SE - Plugins for Windows Explorer and Windows shell. These extensions allow viewing PDF thumbnails into Windows Explorer, handling preview of PDF files into Windows Vista and Office 2007. This feature requires FX_PDFVIEWER feature to be installed.
    INSTALLLOCATION Specifies the folder where products will be installed.

    MAKEDEFAULT Default value of "1", Foxit Reader will be set as default application for PDF files.
    VIEW_IN_BROWSER Default value of "1", Foxit Reader will be configured to open PDF files inside browsers.
    DESKTOP_SHORTCUT Default value of "1", installer will place shortcut for installed application on Desktop.
    STARTMENU_SHORTCUT Default value of "1", installer will create program menu group for installed application and their components.
    LAUNCHCHECKDEFAULT Default value of "1", Foxit Reader will check if the Reader is the default reader when launching.
    SAFEMODE Default value of "1", Foxit Reader will run in the Safe Reading Mode.

    Command-line Examples:
    1. Install the application in quiet mode (no user interaction) to folder "C:\Program Files\Foxit Software":
    msiexec /i "Foxit Reader.msi" /quiet INSTALLLOCATION="C:\Program Files\ Foxit Software "
    2. Install only the Foxit PDF Viewer and Firefox Plugin:
    msiexec /i "Foxit Reader.msi" /quiet ADDLOCAL="FX_PDFVIEWER, FX_FIREFOXPLUGIN"
    Last edited by christina; 02-22-2012, 08:45 PM.
Working...
X