Jump to content

Runwait() not working on Windows 7


fcjoe
 Share

Recommended Posts

Hello,

I'm having a problem with Runwait on Windows 7. The following line works fine on XP with no problems but on 7 it does nothing.

RunWait("\\servername\sharename\DS Software\Microsoft\Office\2010\setup.exe")

I got the return code, which was 0 and @error only returned 1 which isn't very usefull.

Is there some known problem with Windows 7 and runwait function?

Thanks,

Joe

Link to comment
Share on other sites

Hi, Have you tested as Admin? # RequireAdmin or RunAsWait($sUserName,_@ComputerName,_$sPassword,_0,_"\\servername\sharename\DS_Software\Microsoft\Office\2010\setup.exe") excuse my English, I am French. JeanPhile.

I didn't know about #RequireAdmin, we only recently started deploying Windows 7.

Thanks, Joe

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...