You can install ODBC Driver for Zoho CRM on Windows via the command line in standard, silent, or very silent mode. The driver can also be installed and activated simultaneously using either an activation key or an activation file.
Note
You need to activate the driver even for the trial version.
2. Open Command Prompt as an administrator.
3. Navigate to the folder where the installer file is located.
cd C:\Users\<your_username>\Downloads
4. Run the installer with the required command-line arguments.
DevartODBCZoho.exe /SILENT /DIR="C:\Program Files\Devart\ODBC\Zoho CRM"
The /DIR parameter specifies the installation folder on your computer.

DevartODBCZoho.exe /VERYSILENT /DIR="C:\Program Files\Devart\ODBC\Zoho CRM"
5. Optional: Verify the installation:
5.1. Open the ODBC Data Source Administrator.
5.2. Navigate to the Drivers tab and verify that Devart ODBC Driver for Zoho CRM appears in the list of installed ODBC drivers.
You can install and activate the driver simultaneously from the command line using one of the following:
1. Open Command Prompt as an administrator.
2. Use the following commands to specify the activation key:
DevartODBCZoho.exe /SILENT /DIR="C:\Program Files\Devart\ODBC\Zoho CRM" /ActivationKey=<your_activation_key>
DevartODBCZoho.exe /VERYSILENT /DIR="C:\Program Files\Devart\ODBC\Zoho CRM" /ActivationKey=<your_activation_key>
Note
Replace
<your_activation_key>with your actual activation key.You can find your activation key in the registration email or your Customer Portal account.

1. Open Command Prompt as an administrator.
2. Use the following commands to specify the activation file:
DevartODBCZoho.exe /SILENT /DIR="C:\Program Files\Devart\ODBC\Zoho CRM" /ActivationFile=<path_to_your_activation_file>
DevartODBCZoho.exe /VERYSILENT /DIR="C:\Program Files\Devart\ODBC\Zoho CRM" /ActivationFile=<path_to_your_activation_file>
Note
Replace
<path_to_your_activation_file>with the full path to the file that contains the driver activation key.You can find your activation key in the registration email or your Customer Portal account.
