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:

  1. use built-in microsoft tools: group policy or sccm
  2. use commercial network deployment tool

each approach has it's own advantages , disadvantages, should research both of them before deciding.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -