Command Line

ICC cab be invoked from the command line to register products in a silent, automatic installation process.
Make sure to Run As Administrator when running the Inlite Control Center (ICC)

On 32-bit Windows, invoke:

"C:\Program Files\Common Files\Inlite\InliteControlCenter.exe" [options]

On 64-bit Windows, invoke:

"C:\Program Files (x86)\Common Files\Inlite\InliteControlCenter.exe" [options]

Note:   If no options are specified ICC starts with the standard User Interface (UI mode).

Options

/c:"certificate"

Register a product using specified certificate. Multiple /c options can be used on a command line. The /c option can be combined with /f option.  
 

/f:"certificate-file.txt"

Register products whose certificates stored in a text file.  File names and certificate values should be enclosed by double quotes.  If no folders are specified in the file name, then the file should be in the current directory.
Each line in the file should list one certificate string.  Text on each line after # is treated as comments.


/l:"log-file.xml"

Results of the ICC transaction are stored in a default log file:  My Documents/ICC_Log.xml
The /l option allows to specify a different custom log file.  The file must have a  .xml extension.
 If no folders are specified in the file name, the file will be created in the current directory.
Note: A Log file is the only output of the ICC command line invocation.   No command window output is produced.

/o

Forces the creation of a Request LAR file if the online transaction fails (see Offline Licensing Action).   If this option is omitted, ICC will generate a failure error in the log file.  If this option is included on command line, the log file will contain name of the Request LAR file.  To complete the transaction follow the instructions offline action procedure .

/s

Show the log file produced by ICC. The default application associated with the XML extension is launched.

Exit codes

If no errors were detected during execution, the exit code is set to 0.   
If a Request LAR file was created (see /o option), then the exit code is set to 1.
If any error was detected, the exit code is set to 2 or higher.