fcjoe 0 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 Share this post Link to post Share on other sites
JiBe 4 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. Share this post Link to post Share on other sites
fcjoe 0 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 Share this post Link to post Share on other sites
JiBe 4 Posted September 2, 2011 I didn't know about #RequireAdmin, we only recently started deploying Windows 7. Thanks, Joe Super, good deployment JeanPhile Share this post Link to post Share on other sites