Bullitt00692 Posted March 19, 2007 Posted March 19, 2007 I am trying to execute the below commandRUNWAIT("c:\ScreenSaverInstaller097.msi /quiet" , "c:\", @sw_hide) and get the following error:==> Unable to execute the external program.: Any ideas to get around this?Thanks,Lou
Helge Posted March 19, 2007 Posted March 19, 2007 (edited) FAQ #6Also, you could try using ShellExecuteWait instead of RunWait !Edit : small fix Edited March 19, 2007 by Helge
Bullitt00692 Posted March 19, 2007 Author Posted March 19, 2007 Or since I am trying ti run a MSI, will I be better off using the RunWait with the "@ComSpec /c msiexec /i" command?
Helge Posted March 19, 2007 Posted March 19, 2007 You could try and see if that works for you..but personally I would use ShellExecuteWait instead.
Bullitt00692 Posted March 19, 2007 Author Posted March 19, 2007 What does the ShellExecuteWait provide over the RunWait command?
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