You can install ODBC Driver for Salesforce 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.
To install ODBC Driver for Salesforce on Windows from the command line:
2. Open Command Prompt as Administrator: Press Windows + R, type cmd, then press Ctrl + Shift + Enter.
3. Navigate to the folder where the installer file is located.
cd C:\Users\YourUsername\Downloads
4. Run the installer with the required command-line arguments:
/DIR
parameter specifies the installation folder on your computer.DevartODBCSalesforce.exe /SILENT /DIR="C:\Program Files\Devart\ODBC\Salesforce"
DevartODBCSalesforce.exe /VERYSILENT /DIR="C:\Program Files\Devart\ODBC\Salesforce"
5. Optional: Verify the installation.
5.1 Open ODBC Data Source Administrator from Control Panel > Administrative Tools > ODBC Data Sources (32-bit or 64-bit).
5.2 Confirm that Devart ODBC Driver for Salesforce is listed under Drivers.
You can install and activate the driver simultaneously from the command line using one of the following methods:
1. Open Command Prompt as Administrator.
2. Use the following command lines for silent or very silent installation:
DevartODBCSalesforce.exe /SILENT /DIR="C:\Program Files\Devart\ODBC\Salesforce" /ActivationKey=<your_activation_key>
DevartODBCSalesforce.exe /VERYSILENT /DIR="C:\Program Files\Devart\ODBC\Salesforce" /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 in your Customer Portal account.
1. Open Command Prompt as Administrator.
2. Specify the activation key:
DevartODBCSalesforce.exe /SILENT /DIR="C:\Program Files\Devart\ODBC\Salesforce" /ActivationFile=<path_to_your_activation_file>
DevartODBCSalesforce.exe /VERYSILENT /DIR="C:\Program Files\Devart\ODBC\Salesforce" /ActivationFile=<path_to_your_activation_file>
Note
Replace
<path_to_your_activation_file>
with the full path to the file containing the driver activation key.You can find your activation key in the registration email or in your Customer Portal account.