Help - Search - Members - Calendar
Full Version: AutoIt scripts - silent?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
mmainio
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
ZoSTeR
Maybe something like
CODE
Run("setup.exe", "", @SW_HIDE)

solves your problem.
And instead of sending keystrokes you should use ControlSend / ControlClick where possible.
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.