Jump to content

[Feature Request] Silent Install


Recommended Posts

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Who's Online   0 Members, 0 Anonymous, 17 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use