Currently I am working on a project which uses different technologies for different modules and those are installed in different servers using msi's. During production release, it is quite difficult task for developers/support to do this process as they need to create msi and run the msi(we are using WIX for creating msi) in different machines. And during installation of msi, there are some manual steps like selecting enironment(Prod or pre-prod) and locations.
And every time during installation, we need to uninstall and re-install msi's and start/stop corresponding windows services also.
As there are so much manual work(to run in some machine), we want to automize this by running the msi's using command prompt or tool.
Probably having master node(which knows about all the machines) and set of client's node and run different installation for different clients from master node....
Do you guys know any tool in market which will do these process?
Please let me know if you need more details.
Thank you in advance, Sab