Unattended install of Teamcity on Windows
How do I do unattended / automated install of Teamcity on Windows?
I see that the teamcity installer exe is a NSIS installer, but the /S flag doesn't really install it as expected.The Teamcity folder gets created, but the service creating etc don't happen.
Any suggestions?
Thanks
Please sign in to leave a comment.
Hi Manoj,
Do you want unattended install of TeamCity server or the agent?
I'd use .tar.gz/.aip installation for the task and wrap that into a command line script to do the unpacking and configuration patching.