serverblend Posted August 7, 2020 Share Posted August 7, 2020 Hey there, I mentioned this on Discord, but it was suggested I post a feature request here as well. Currently, the tcadmin2install.exe is automatic for the most part, however it pops up a browser window when it's finished. For those of us automating the deploy process with scripts, this makes it tricky to know when the installation is done. We are unable to wait for the process to complete, because tcadmin2install.exe launches a browser window and the script waits for that window to be closed before continuing. This leads to a bit of a jury rigged script, where we have to run the installer without waiting for it and setting some kind of sleep time before continuing other operations that require the TCAdmin2 install to be completed. This creates a race condition, which is mitigated primarily by just waiting a longer time, which also increases the time of the installation. Most Windows installers that are expected to be used in automated deployments come with a "/silent" or "/quiet" command-line argument that makes the installer work without requiring any GUI interaction. It would be nice to have a similar argument for tcadmin2installer.exe that doesn't launch a browser when the install is finished. Link to comment Share on other sites More sharing options...
LFA Posted August 8, 2020 Share Posted August 8, 2020 This works for a silent installation. It will still open the browser window but it will exit after the installation is complete. TCAdmin2Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART You can also use TCAdmin2\Monitor\TCAdminAutoSetup.exe to install remote servers directly from the master. Run it without arguments to get usage and examples. Link to comment Share on other sites More sharing options...
Alexr03 Posted August 8, 2020 Share Posted August 8, 2020 2 minutes ago, LFA said: This works for a silent installation. It will still open the browser window but it will exit after the installation is complete. TCAdmin2Setup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART You can also use TCAdmin2\Monitor\TCAdminAutoSetup.exe to install remote servers directly from the master. Run it without arguments to get usage and examples. I believe @M0RG4Nwill be working on a module that will allow you to install remotes from the control panel by giving it IP/Username/Password for the machine etc. Link to comment Share on other sites More sharing options...
M0RG4N Posted August 8, 2020 Share Posted August 8, 2020 3 minutes ago, Alexr03 said: I believe @M0RG4Nwill be working on a module that will allow you to install remotes from the control panel by giving it IP/Username/Password for the machine etc. *not confirmed* Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now