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.
