c# - Remote Installation/Deployment of MSI/EXE files: -
remote installation/deployment of msi/exe files:
i wanted develop/explore c# code remote installation/deployment of msi/exe files. remote installation of applications should done taking data xml file has remote computers ip addresses, port numbers, etc.
there many tools available presently remote installation/deployment, develop code or else explore available code remote installation/deployment.
can me in issue.
thanks in advance.
writing custom code network deployment not feasible. type of deployment complex need create entire framework around it.
so have 2 options:
- use built-in microsoft tools: group policy or sccm
- use commercial network deployment tool
each approach has it's own advantages , disadvantages, should research both of them before deciding.
Comments
Post a Comment