Posted Sun, 10 Jan 2021 01:48:48 GMT by Maci Hart
Is there a possibility to install BIML Studio through command line using silent mode?
If such a possibility exists, could we specify product license key as a parameter in command line?
Posted Tue, 12 Jan 2021 04:50:26 GMT by

- Is there a possibility to install BIML Studio through command line using silent mode?
        
You could use a similar command as the one outline here: https://docs.varigence.com/bimlflex/technology-ssis/continuous-integration-and-continuous-delivery


bimlstudiosetup.exe -s -InstallFeature:BimlStudio_X64​
        
- If such a possibility exists, could we specify product license key as a parameter in command line?
        
You specify a license key for the compiler using a --licenseKey="{{License-Key}}" as an additional argument.


bimlc.exe @"C:\ResponseFilePath\ResponseFileName.bimlc.resp" --licenseKey="{{License-Key}}"
        
Alternatively, you could also just include it in the *.resp file.

You must be signed in to post in this forum.