x1x9x8x1 Posted March 18, 2008 Posted March 18, 2008 strange this, this was on of the addons i added and it worked for me...dont know why not working for you guys, im new to all this lol so i cant tell you what i did to make it work other than add it to hotfix area
grzegorzo Posted March 20, 2008 Posted March 20, 2008 (edited) tested on xp pro sp 2 and not working, and i don t know, why ???? Edited March 20, 2008 by boooggy
chaox Posted March 22, 2008 Posted March 22, 2008 (edited) look at this screenshotthe installer stop like thatmaybe u can check again your autoit script.. Edited March 22, 2008 by chaox
chaox Posted March 22, 2008 Posted March 22, 2008 (edited) tested again the silent installer on windowshere's screenshoti'm sure that warning message caused the silent installer stop Edited March 22, 2008 by chaox
chaox Posted March 23, 2008 Posted March 23, 2008 (edited) problem solvedI modified Halfwalker autoit script like this.Opt("SendKeyDelay",20)Opt("WinWaitDelay",100)Opt("WinTitleMatchMode",4)Opt("WinDetectHiddenText",1)Opt("MouseCoordMode",0)Run('cfosspeed-v421-build1400.exe')WinActivate ("cFosSpeed Installation Wizard")WinWaitActive ("cFosSpeed Installation Wizard")Send("{ALTDOWN}n{ALTUP}")WinWaitActive ("cFosSpeed Installation Wizard")ControlClick ("cFosSpeed Installation Wizard", "If you accept", "Button1")Send("{ALTDOWN}n{ALTUP}")WinWaitActive ("cFosSpeed Installation Wizard")Send("{ALTDOWN}n{ALTUP}")$ret = 0While $ret == 0 $ret = WinWaitActive ("cFosSpeed Installation Wizard", "", 5) if $ret == 0 then WinActivate ("cFosSpeed Installation Wizard", "")WendSend("{ALTDOWN}n{ALTUP}")$ret = 0While $ret == 0 $ret = WinWaitActive ("cFosSpeed Installation Wizard", "TCP receiver window", 5) if $ret == 0 then WinActivate ("cFosSpeed Installation Wizard", "TCP receiver window")WendSend("{ALTDOWN}n{ALTUP}")$ret = 0While $ret == 0 $ret = WinWaitActive ("cFosSpeed Installation Wizard", "Installation successful", 5) if $ret == 0 then WinActivate ("cFosSpeed Installation Wizard", "Installation successful")WendControlClick ("cFosSpeed Installation Wizard", "", "Finish")$SF_1 = "cfosspeed-v421-build1400.exe"If WinExists ( $SF_1 ) Then ExitAutoItWinSetTitle ( $SF_1)i'm used cfosspeed-v421-build1400.exesilent install worked perfect tested on sp3 build 3311, don't know if this script support sp2 Edited March 23, 2008 by chaox
johndoe74 Posted March 25, 2008 Author Posted March 25, 2008 (edited) added new addon using radix's script Edited March 25, 2008 by johndoe74
JootFish Posted January 6, 2009 Posted January 6, 2009 (edited) Yar... Nevermind this post, it was a minor mod of the script, but unsuitable for a clean install! Edited January 7, 2009 by JootFish
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