Jump to content

Google Talk settings


ffdshow
 Share

Recommended Posts

$NAME = "googletalk-setup.exe"; Executable file name

If FileExists(@ProgramFilesDir & "\Google\Google Talk\googletalk.exe") Then
    MsgBox(0x40010, @ScriptName, "Please uninstall previous version of Google Talk before using this script", 4)
    Exit
EndIf

; Run the Installer
Run($NAME)

; License Agreement
WinWaitActive("Google Talk Setup" , "License Agreement")
ControlClick("Google Talk Setup" , "" , "Button2")

; Completing the Google Talk Setup Wizard
WinWaitActive("Google Talk Setup", "Completing the Google Talk Setup Wizard")
ControlCommand("Google Talk Setup", "", "Button4", "UnCheck", "")
ControlClick( "Google Talk Setup" , "" , "Button2")

; @main
WinWaitActive("Google Talk", "@main")

Then will follow that Main View with Instance 1

Edited by ffdshow
Link to comment
Share on other sites

Can you help me with the way you got that information page up?

I need a way to find the button names/values for Windows Messenger..

If you can help that would be great.

email me or something

houseonfire@secretsurf.org

It's simple. At the end of installation that Window will appear. If don't appear, I write a line in the script to run Google Talk:

Run(@ProgramFilesDir & "\Google\Google Talk\googletalk.exe")
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...