ffdshow Posted September 17, 2007 Posted September 17, 2007 Hi! I made a script for Google Talk but at the finish of the installation I can't enter in Settings. Any ideas how to manage Main View1?
Fossil Rock Posted September 17, 2007 Posted September 17, 2007 If somebody knows please answer!Post your code so we can find the possible error(s). Agreement is not necessary - thinking for one's self is!
ffdshow Posted September 17, 2007 Author Posted September 17, 2007 (edited) $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 September 17, 2007 by ffdshow
ffdshow Posted September 18, 2007 Author Posted September 18, 2007 (edited) No reply yet!? Edited September 18, 2007 by ffdshow
houseonfire Posted September 18, 2007 Posted September 18, 2007 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
ffdshow Posted September 18, 2007 Author Posted September 18, 2007 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.orgIt'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")
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now