Skip to main content

How to install CData Connectors silently

  • July 12, 2023
  • 0 replies
  • 633 views

Forum|alt.badge.img

To run the CData installers as silent install you can use the /S flag. 

Example: 

.\SASDataSetsTableauConnector.exe /S 

Make sure to run the command from an elevated shell to avoid the UAC prompt. 

To perform a silent install with a license (trial or full) you should add the following parameters: 

"/sno=TRIAL" "/name=<Your name>" "/email=<Your company email>" 

So, the full example command should look something like this: 

.\SASDataSetsTableauConnector.exe /S "/sno=TRIAL" "/name=EKCO" "/email=EKCO" 

Make sure to replace the TRIAL with your product key if you have purchased the connector. 

This topic has been closed for replies.