Installation Command Line Parameters

This Help topic refers to the following editions:

þ Enterprise þProfessional þ Personal þ Small Business

 

All DocuXplorer installation files accept the follow command line parameters to support SMS and other automated push install technologies.

 

Silent Installs
With the silent install command line parameter set, the entire installation will execute silently, without a user interface, or any user intervention. When input is required on dialog boxes, the default values of dialog will be used.

<DocuXplorerClient.exe> /s

 

Silently Uninstalling
With the silent install command line parameter set, the entire installation will be removed silently, without a user interface, or any user intervention. When input is required on dialog boxes, the default

values of dialog will be used.

 

<DocuXplorerClient.exe> /s MODIFY=FALSE REMOVE=TRUE UNINSTALL=YES

 

Logged Installs
If the logging command line parameter is set, the installation will keep a verbose log of all the internal installation variables, as well as Windows Installer's own installation log. Be aware that logging significantly decreases the runtime speeds of an installation.

 

<DocuXplorerClient.exe> /l=<logfile.ext>In the above example, setup.exe denotes the main setup executable, and logfile.ext is the full path to the desired log file.