Jump to content

Firefox install problem.


Recommended Posts

I tried to automate the firefox 1.02 install but when i press the button on the first page the installer closes woithout warning...

I got this with the NL and EN version.

Any ideas?

Run('Firefox Setup 1.0.2.exe')

_winwait("Firefox Setup", "Welcome to Mozilla F")
ControlClick("Firefox Setup", "Welcome to Mozilla F", "Button3")

Func _winwait($var1, $var2)
   WinWait($var1, $var2)
   If Not WinActive($var1, $var2) Then WinActivate($var1, $var2)
   WinWaitActive($var1, $var2)
EndFunc  ;==>_winwait
Link to comment
Share on other sites

  • Developers

I tried to automate the firefox 1.02 install but when i press the button on the first page the installer closes woithout warning...

I got this with the NL and EN version.

Any ideas?

<{POST_SNAPBACK}>

Try:

ControlClick("Firefox Setup", "Welcome to Mozilla F", "Button2")

Button3 is the Finish button and looks like it is hidden.... :">

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Thanks, that did the trick...

I realy have to take a closer look.. i did see the Finish text, but AU3spy realy was on that button...

Learning all the time :)

Thanks JdeB

Je hebt "alweer" een espresso verdient...

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...