- 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.