Home > > > Orphaned Pages
Silent Installation (EXE Installer)
Silently installing PDF-XChange.
This functionality is provided for users with multiple licenses – not for single user licenses to be copied to multiple machines – which is illegal. A license is required for each machine to which PDF-XChange is installed – except for evaluation use in demonstration mode.
Assuming you have a multiple user license – installing PDF-XChange to many workstations – it may be useful to be able to silently install without the need for any user interaction. This allows you to execute the install either from the command line with certain parameters and switches applied – or create a batch file (.bat file) and distribute this with the main installation executable for your users to run directly – alleviating the need for the System Administrator to visit each user and install.
Please note as with any system device – such as a printer, full Administrator privileges are required to install on later 'Win32' versions of Microsoft Windows.
Here is an example of the full command line string available: Most items are optional unless otherwise stated
C:\PDFX5.exe /VERYSILENT /NORESTART
/COMPONENTS="pdfSaver,PDFXChangedriver,PDFTools4,Office2PDF,OfficesAddin, Help,Languagess" /DIR="C:\Program Files\PDF-XChange 5\" /Key:"XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" /UserName:"I am" /Organization:"Tracker software" /UserEmail:"my@email.com" /InstallProfile:"C:\Documents and Settings\All Users\Templates\my Profile1.ppr"
N.B. Please note that the indicated string content must begin and end with double quote marks (")!
C:\PDFX5SA_sm.exe
/PName="PDF-XChange for my application"
Please note that the string content must begin and end with double quote marks (").
Important : When profiles are created using the silent install they are available globally for all users on the installed hardware - either a single PC or a Citrix Metaframe/Windows Terminal Server. Therefore from build 3.3063 we have disabled the ability for a single user to edit or delete profiles created using the silent installation as they are used by all. (If you wish to be able to edit profiles you must import them after installation and they will be visible only by the user logged in and performing the import)
PDFX5.exe /InstallProfile:"C:\Documents and Settings\All Users\Templates\MyProfile1.ppr"
Installation with a more than one profile using the silent installation options.
From build 3.3063 we have made it possible to install and import more than one profile - using a text file containing a list of profile files and the full paths where they are located. Create a text file using any standard text editor - i.e. Notepad. Create a file containing the list of profiles you have created and their location on the drive at the time you intend to run the installation, for example:
C:\Tmp\Myprofile1.ppr D:\Figna\Myprofile222.ppr D:\XXXX\Myprofile33.ppr M:\YYYYY\Myprofile444.ppr Z:\ZZZZZ\Myprofile5.ppr
Save this list to a an ASCII text file - ensuring the extension given to the file is .lst The last profile in the list will be installed as the default profile on opening PDF-XChange !
You can now use the following command line switch as part of your silent installation options.
PDFX5.exe /InstallProfile="C:\Tmp\MyProfilesList.lst"
ADDLOCAL="F_Viewer,F_BrowserPlugins" VIEW_IN_BROWSERS=1
View in browser option can also be turned on or off later via Editor's preferences.
The log file is created with a unique name based on the current date. (It will not overwrite or append to existing files.)
The information contained in the log file is technical in nature and therefore not intended to be understandable by end users. Nor is it designed to be machine-parseable; the format of the file is subject to change without notice.
PDFX5.exe /LOG="C:\Logs\PDFXInstallLog.txt"