Hello,
I tried couple installation with these scripts and it was ok. But is it possible to run these scripts silently without popping up all windows? My script was basicly run "something", winwait "something" and send keys "something"- not very advanced I think!
MMainio
Page 1 of 1
AutoIt scripts - silent?
#2
Posted 09 June 2004 - 12:24 AM
Maybe something like
solves your problem.
And instead of sending keystrokes you should use ControlSend / ControlClick where possible.
Run("setup.exe", "", @SW_HIDE)
solves your problem.
And instead of sending keystrokes you should use ControlSend / ControlClick where possible.
Share this topic:
Page 1 of 1



Help
Back to top









