Saved Bookmarks
| 1. |
Solve : install software through the network on a target computer? |
|
Answer» I want to install some software on a target computer. This computer is a member of our LAN network but he is located on another location. We want to remotely install some software on this computer. We don't have any software to deploy updates and new software (like microsoft sms). The question is can I install the software through a dos command ?? The question is can I install the software through a dos command ?? Not LIKELY. Net Use will map a remote drive/folder to your LOCAL machine. When you run the install, even if the software installs to the remote drive, it will be the local registry (on your machine) that gets updated. Check out the Script Center for tools to handle remote CHORES. Both the new Powershell CTP and VBScript 5.7 have tools for remote EXECUTION using HTTP protocol. Note: The Powershell CTP is an early release of Powershell 2.0. Use at your own risk. VBScript 5.7 is stable and functionally complete. |
|