Jump to content

More syntax help


Recommended Posts

i can never seem to get the syntax correct when installing applications.

i cant find much info in the help file either.

I am trying to install DameWare Mini Remote Control with these parameters that work with a BATCH file, however im trying to us Autoit as much as i can. :)

can someone help me with this:

DameWare-MRC32-v10.0.0.exe /args "/qn APPDIR=\"C:\Program Files\SolarWinds\DameWare Mini Remote Control 10.0\" reboot=reallysuppress SILENT=yes SA_KEY=0000-0000-0000-0000 SA_EMAIL=emial@email.com"
Link to comment
Share on other sites

Hi,

What about this syntax?

$s = 'DameWare-MRC32-v10.0.0.exe /args /qn APPDIR="C:\Program Files\SolarWinds\DameWare Mini Remote Control 10.0\" reboot=reallysuppress SILENT=yes SA_KEY=0000-0000-0000-0000 SA_EMAIL=emial@email.com'
Br, FireFox.
Link to comment
Share on other sites

  • Moderators

Or this?

ShellExecuteWait("DameWare-MRC32-v10.0.0.exe", '/qn APPDIR=\"C:\Program Files\SolarWinds\DameWare Mini Remote Control 10.0\" reboot=reallysuppress SILENT=yes SA_KEY=0000-0000-0000-0000 SA_EMAIL=emial@email.com')

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

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