themush1326 Posted March 7, 2007 Posted March 7, 2007 (edited) c:\temp\setup.exe /S /V"/qn INSTALLDIR=\"C:\Program Files\Witness Systems\QMAgent\" AGENT_VERSION="V77" R6_METHOD="1" AGENT_MONITORING_ENABLED="FALSE" AGENT_LOGS=\"C:\Program Files\Witness Systems\QM Agent\logs\" ADDLOCAL="Capture,Capture_R6"I can't seem to get the syntax correct in a RunWait statement.I'm guessing the " after /V is causing the issue.Any ideas on how to structure this statment so AutoIT accepts itthanksthemush Edited March 7, 2007 by themush1326
smashly Posted March 7, 2007 Posted March 7, 2007 RunWait('c:\temp\setup.exe /S /V" /qn INSTALLDIR=\"C:\Program Files\Witness Systems\QM Agent\" AGENT_VERSION="V77" R6_METHOD="1" AGENT_MONITORING_ENABLED="FALSE" AGENT_LOGS=\"C:\Program Files\Witness Systems\QM Agent\logs\" ADDLOCAL="Capture,Capture_R6"', "",@SW_HIDE) Not sure if that's right , but I don't have the setup file your using to test it with.
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