Disable the TextComplete\TestExecute update dialoge automatically (without GUI interaction)
Dear Community,
I would like to install TestComplete\TestExecute automatically and then call it via the command line to test certain things.
The problem I have is the update dialogue. This appears later and interrupts my test.
Dialogues can be suppressed with the /SilentMode parameter, but unfortunately, the following call does not work for me with the latest 15.x.x but worked with latest version of 14.x.x with the following parameters.
"C:\Program Files (x86)\SmartBear\TestComplete 15\x64\Bin\TestComplete.exe" "C:\TestCompleteProjects\my_solution.pjs" /run /p:Clone_Me /t: "KeywordTests|Main" /SilentMode /ForceConversion /exit
Without the "/SilentMode" parameter, everything works perfectly, but the update dialogue appears later.
My questions are:
- Can I automatically (without disabling it manually in the settings) deactivate the update check without the /SilentMode parameter?
- Is it possible to update automatically without the update dialogue appearing?
- Why does my call with the /SilentMode parameter not work?
Many thanks in advance.
Andreas