Home All Groups Group Topic Archive Search About

Deploy Software form a script.



Author
22 Nov 2007 1:29 PM
Pradeep Bisht
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.

Author
22 Nov 2007 9:29 PM
Andrew Karmadanov
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.

AddThis Social Bookmark Button