Automatic Deployment

Automating Universal Document Converter installation helps deploy this product quickly on all PCs within an office. The installation can be performed via the command line using the parameters described below:

UDC command line installation

Command syntax for a demo install:

"C:\udc_60_demo.exe" [parameters]
Example:
"C:\udc_60_demo.exe" /SILENT /LANG=en /PROFILE="c:\default.xml" /SETDEFAULT=yes


Command syntax for a registered version install:

"C:\udc_60_reg.exe" [parameters]
Example:
"C:\udc_60_reg.exe" /SILENT /LANG=en /SN=AAAAA-BBBBB-CCCCC-DDDDD-EEEEEE /PROFILE="c:\default.xml" /SETDEFAULT=no /AA=yes


[parameters] is a string listing the parameters for a background installation. All parameters are optional. In the event that a command line parameter is not present, its default value is going to be utilized during the program installation or de-installation.

  • Arthur Rabatscher

    Arthur Rabatscher

    AR-Soft Widnau GmbH, Switzerland

    «On a Delphi-Developer-Homepage we found an example how to convert Word- or Excel Documents into PDF. Within this source code the use of the OCX of the Universal Document Converter was shown. This was the easiest way, how we could convert all kinds of documents into the PDF Format.»