psexec running a MSI file
I am trying to use psexec.exe to remotly run a .MSI file. I have looked at http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx and a few other sites to get the syntax down. I have used this to run .EXE's on remote systems many times but it fails with MSI's.
What is the syntax to call a .MSI and pass that .MSI a /qn switch?
What is the syntax to call a .MSI and pass that .MSI a /qn switch?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
joseph
14 years ago
U can use this command
psexec \\remotemachine -i -u admin -p pword msiexec.exe /i c:\windows\flash8.msi
http://forum.sysinternals.com/forum_posts.asp?TID=2542
psexec \\remotemachine -i -u admin -p pword msiexec.exe /i c:\windows\flash8.msi
http://forum.sysinternals.com/forum_posts.asp?TID=2542
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.