Quantcast
Channel: Sysinternals Forums
Viewing all articles
Browse latest Browse all 10386

PsTools : Remote Install of MSI packages using PSExec

$
0
0
Author: Prakash Lawana
Subject: Remote Install of MSI packages using PSExec
Posted: 17 April 2015 at 2:22pm

1. Download the latest Silverlight installation package from the Silverlight website.

2. You will get a silverlight.exe. Run silverlight.exe /x to extract the content

3. Now extract the silverlight.msp from the silverlight.7z file (you can use the free 7-Zip tool to do that).

psexec -u "DOMAIN\Username" -p "PASSWORD" @(Text File)Desktop.txt -e -s msiexec /i \\Sharing Path\Silverlight\silverlight.msi /quiet

psexec -u "DOMAIN\Username" -p "PASSWORD" @(Text File)Desktop.txt -e -s msiexec /p "\\Sharing Path\Silverlight\Silverlight.msp" /quiet


Viewing all articles
Browse latest Browse all 10386

Trending Articles