Jump to content

Help with RunWait command with flags.


Recommended Posts

Hey guys, I'm on a tight timetable so I was hoping someone could help me out.

I need to run an .exe with command line flags in autoit:

Setup.exe /S /v"SERIALNUMBER=Removed-For-Privacy REBOOT=ReallySuppress ADDLOCAL=ALL NAS_ADDRESS=removed.for.privacy.net NAS_LDAP_SIGN_ON=2 NAS_SINGLE_SIGN_ON=1 QUICKSTART=0 WEBREGISTRATION=0 PRODUCTUPDATEFLAG=-1 /log C:InstallDragon10.1.log /qn"
 
How would I go about formatting that in Autoit?
 
Thanks all!
 
Link to comment
Share on other sites

Hi

Where is your problem exacty ? With the quotes ?

Run('Setup.exe /S /v"SERIALNUMBER=Removed-For-Privacy REBOOT=ReallySuppress ADDLOCAL=ALL NAS_ADDRESS=removed.for.privacy.net NAS_LDAP_SIGN_ON=2 NAS_SINGLE_SIGN_ON=1 QUICKSTART=0 WEBREGISTRATION=0 PRODUCTUPDATEFLAG=-1 /log C:\InstallDragon10.1.log /qn"')
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...