The Client Download tool allows administrators to download and install the latest Smart Licensing Client.
The ClientDownloadTool.exe program is located in the Smart Licensing Client installation folder. For example,
C:\Program Files\Intergraph Smart Licensing\Client
Syntax
ClientDownloadTool.exe { { -c | -d <directory> | -i | -a <directory> } [ -p | -h | -k | -n]}
Parameters
Parameter |
Description |
---|---|
-c |
Checks for the latest version of Smart Licensing Client. |
-d <directory> |
Downloads the latest version of the client to the given directory. |
-i |
Downloads and installs the latest version of Smart Licensing Client. |
-p |
Pauses after execution to display results. |
-h |
Displays help at the command prompt. |
-k |
Keeps installer files in temporary folder post installation when used in conjunction with -i. |
-a <directory> |
Installs downloaded client from specified directory. |
-n |
Displays the installer path when used in conjunction with -i. |
Examples
To check for the latest version:
"C:\Program Files\Intergraph Smart Licensing\Client\ClientDownloadTool.exe" -c
To download the latest client installation to a specified directory:
"C:\Program Files\Intergraph Smart Licensing\Client\ClientDownloadTool.exe" -d C:\Temp\SmartLicensing
To download and install the latest client:
"C:\Program Files\Intergraph Smart Licensing\Client\ClientDownloadTool.exe" -i
To keep the installer files post installation:
"C:\Program Files\Intergraph Smart Licensing\Client\ClientDownloadTool.exe" -i -k
To Install downloaded client from specified directory:
"C:\Program Files\Intergraph Smart Licensing\Client\ClientDownloadTool.exe" -a C:\Temp\SmartLicensing