Using PsExec to troubleshoot MSI packages on remote machines
using psexec.exe I wanted to run a .MSI file on many remote machines. The .MSI is not on the remote machines. So I typed this:
psexec.exe @machines.txt -c -d -u Domain\AdminID -p MyPassword msiexec.exe /i "c:\windows\system32\Acme.MSI" /qb REBOOT=R
This does not work. I think it wants to copy msiexec.exe and not my acme.msi.
How do you pull this off? How can you use psexec.exe to copy and then run a .MSI file on remote machines?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
12 years ago
Put the msi on a share that the user you are connecting with has rights to and then sub \\server\share\acme.msi