Jump to content

Unattended installation of GoogleToolbar: Buttons


Guest Johannes Simon
 Share

Recommended Posts

Guest Johannes Simon

Hi,

I am new to AutoIt and after wrinting simple scripts I now want to write one which does an unattended install of the google toolbar ( http://toolbar.google.com ). Unfortunately, the AutoIt Windows Spy does not show any button names other than for other windows. What can I do? (It does not show any text, too.)

Johannes

Link to comment
Share on other sites

Try this little function...

Func GoogleToolBar()
    If urldownloadtofile("http://toolbar.google.com/data/en/big/current/GoogleToolbarInstaller.exe", @Tempdir & "\google.exe") then
        runwait(@Tempdir & "\google.exe /q")
        FileDelete(@Tempdir & "\google.exe")
    EndIF
EndFunc
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...