Jump to content

autoit with a switch?


ripken204

Recommended Posts


i am using autoit and i was wondering if i could use a silent install switch with it?

im trying to run a cmd file but it wont work

well cmd files are auto executing, so it would be somthing like

run( ' "[path]\filename.cmd" [switches]')

if it's msi

run('msiexec /i "[path]\filename.msi" /qn')

Link to comment
Share on other sites

i got it all worked out now, im not using the cmd files, i did it all in AU3

RunWait(@ComSpec & " /c " & 'start /w c:\installs\wrar3501.exe /s', "", @SW_HIDE)

thats part of the code, this is what i originally needed

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...