|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Deploy Software form a script.
Hello,
I need a script through which, I can deploy softwares remotly in client machine. and It will will be better, if the software install silently in backend. Lokking for your response. Thanks. Pradeep. What I's suggest is to use PsExec. You can download it from here:
http://www.microsoft.com/technet/sysinternals/Utilities/PsTools.mspx The command is: PSEXEC \\ComputerName YourSetup.exe or PSEXEC \\ComputerName MSIExec.exe /i YourMSIFile.msi The /qn+ parameter helps you to install the software silently PSEXEC \\ComputerName MSIExec.exe /i YourMSIFile.msi /qn+ Andrew Show quote "Pradeep Bisht" wrote: > Hello, > > I need a script through which, I can deploy softwares remotly in client > machine. > and It will will be better, if the software install silently in backend. > > Lokking for your response. > > Thanks. > Pradeep. |
|||||||||||||||||||||||