UPDATE: SmOke_N: Tried your code without any luck. Must be something funny with that one window.
Ok, I'm kinda new to this stuff so I'm using very basic stuff at this point.
3000 seconds, wow. I thought it was miliseconds =)
Here's the code:
Run("data.exe")
WinWaitActive("Setup - VNC", "Welcome to the VNC Setup Wizard")
Send("!n")
WinWaitActive("Setup - VNC", "License Agreement")
Send("!a")
Send("!n")
WinWaitActive("Setup - VNC", "Select Destination Location")
Send("!n")
WinWaitActive("Setup - VNC", "Select Components")
Send("{TAB}")
Send("{SPACE}")
Send("{SPACE}")
Send("{DOWN}")
Send("{SPACE}")
Send("!n")
WinWaitActive("Setup - VNC", "Select Start Menu Folder")
Send("!n")
WinWaitActive("Setup - VNC", "Select Additional Tasks")
Send("!n")
WinWaitActive("Setup - VNC", "Setup is now ready to begin installing VNC on your computer.", 3)
Send("!i")
WinWaitActive("VNC Server Properties (Service-Mode)", 3)
Send("{TAB}")
Send("{ENTER}")
WinWaitActive("VNC Server Password")
Send("123456")
Send("{TAB}")
Send("123456")
Send("{TAB}")
Send("{ENTER}")
WinWaitActive("VNC Server Properties (Service-Mode)", 3)
Send("{ENTER}")
Send("{TAB}")
Send("{TAB}")
WinWaitActive("VNC Free Edition Binary Distribution for Windows platforms")
Send("!n")
WinWaitActive("Setup has finished installing VNC on your computer.")
Send("{ENTER}")