I am writing an SCVMM like VMM management agent to install it as a service on Windows server 2008 R2 only.
The agent is already been developed on Windows server 2008 R2 platform using .Net 4.0 framework, C#, VMM api, Visual studio. It just runs as service. System Center tools as also been installed to work with SCVMM.
I have used NANT and NantContrib to automate the build on development machine. But I want to automate build process of the agent on actual build machine where environment is Windows7 and some Java related JRE installed.
My question is, to automate the agent, Do I need to install on build server? .Net 4.0 is enough or Do I have install Windows System Center tools as well?
Regards, Bala