Perform a silent install of TeamCity in a Windows Server
Hi all,
Is there a way to perform a silent install of TeamCity (v8)? I could not find any documentation regarding this online or in the forums.
thanks,
Saurabh
Please sign in to leave a comment.
Hello,
I was wondering the same thing.
I have just tried TeamCity-8.0.4.exe /S and it did "something" but it is not really what I wanted.
I seems to deploy the TeamCity artifacts onto the file system, but I would really like the ability to configure the installation a little more, i.e. specify that I want it to run as a Windows Service etc.
Is it possible to provide a configuration file to the exe to specify how you want the installation to look? If so, is there any documentation for this?
Thanks!
Gary
Hello,
For a scripted install, I'd use TeamCity .tar.gz distribution, unkacked it and called "teamcity-server.bat service *" commands. Also, you can put templete TeamCity data directory in place.
See also discusison in a related issue.
Thank you! I will start looking at this just now.
Much appreciated!
Gary