Jump to content

Can't seem to get the syntax correct


Recommended Posts

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,Captu

re_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 it

thanks

themush

Edited by themush1326
Link to comment
Share on other sites

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.

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...