I would map a drive to the \\server\share
That should then allow you to . I have had issue when it was not a mapped drive .
here is a link to some other ideas how to do this.
http://windowsitpro.com/ar
Main Topics
Browse All TopicsIs there a way to remotely access Office 2007 (i.e. using psexec) or any other way that's inexpensive?
How come I can go to a computer and go to Run and type \\server\share\setup.exe and it opens up instantly, but when I try to use psexec to execute the path to the setup, it hangs on the remote computer and never runs the install?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I would map a drive to the \\server\share
That should then allow you to . I have had issue when it was not a mapped drive .
here is a link to some other ideas how to do this.
http://windowsitpro.com/ar
"How come I can go to a computer and go to Run and type \\server\share\setup.exe and it opens up instantly, but when I try to use psexec to execute the path to the setup, it hangs on the remote computer and never runs the install?"
Because PSEXEC has limitations on network access from a mchine you have already accessed via PSEXEC.
If you are going to script this out, just have a bacth file to copy out all the source files to the target PC, maybe under "C:\Office2007", and then use teh PSexec command to simply launch the setup....
psexec @C:\PCNames.txt -d "C:\Office2007\setup.exe"
If you're on a Domain, do it the easy way through AD
http://technet.microsoft.c
Business Accounts
Answer for Membership
by: garryshapePosted on 2009-08-11 at 08:40:47ID: 25070308
Remotely setup I mean, not access. and not by using remote desktop. I'd like to do maybe about 15 computers at once.