fcjoe Posted September 2, 2011 Posted September 2, 2011 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
JiBe Posted September 2, 2011 Posted September 2, 2011 Hi, Have you tested as Admin?# RequireAdminorRunAsWait($sUserName,_@ComputerName,_$sPassword,_0,_"\\servername\sharename\DS_Software\Microsoft\Office\2010\setup.exe") excuse my English, I am French. JeanPhile.
fcjoe Posted September 2, 2011 Author Posted September 2, 2011 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
JiBe Posted September 2, 2011 Posted September 2, 2011 I didn't know about #RequireAdmin, we only recently started deploying Windows 7. Thanks, Joe Super, good deployment JeanPhile
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now