Jump to content

accepting the EULA in a microsoft install


 Share

Recommended Posts

I'm a newbe to this site and AutoIT. I have been attempting to automate the install of Microsofts Visio Viewer. I can't seem to get passed the EULA and would like some help. Here is what my last attempt looked like. I've been through help for over an hour and just haven't found what it is I need. :shocked:

Run ("vviewer.exe")

WinWaitActive("Open File-Security Warning")

Send("!R")

WinMenuSelectItem("Microsoft Office Visio Viewer 2003 Setup", "IMPORTANT_READ CAREFULLY", "I &accept the terms")

MouseClick("left", 1, 5)

;Send("!a")

Send("!I")

Send("!F")

I appreciate your feedback!

Mikie

Link to comment
Share on other sites

Try Send("!r") not Send("!R"), as case of letter may cause a problem. Better to use WinWait and ControlClick if possible. Send() and MouseClick() is not anywhere 100% proof to work reliable. :shocked:

Edited by MHz
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...