Hi,
we are using Jenkins to perform nightly builds for continuous integration.
All projects uses MSBuild, so we can run headless build with Visual Studio.
But we can not “activate” VisualGDB from console. To enter license information we should start GUI at least once.
How we can provide our license information to VisualGDB without GUI? Is it possible to update some files of VisualGDB? Write keys to Windows Registry? Run executable files with parameters?