remote installation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • prach757
    New Member
    • Dec 2007
    • 1

    #1

    remote installation

    hey i want to install sofftware on a remote machine to which m connected using tcp conection in java over a LAN
    how can i do it
    i dont want to copy the installation file on remote machine
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    You need an agent on the client you want to install to either initiate or accept the connection. You can implement this a number of ways, but here will get you started looking at a client/server approach.

    Comment

    Working...