Jump to content

[Release] cFosSpeed v4.24.1420


johndoe74

Recommended Posts

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

Link to comment
Share on other sites


problem solved

I 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 = 0

While $ret == 0

$ret = WinWaitActive ("cFosSpeed Installation Wizard", "", 5)

if $ret == 0 then WinActivate ("cFosSpeed Installation Wizard", "")

Wend

Send("{ALTDOWN}n{ALTUP}")

$ret = 0

While $ret == 0

$ret = WinWaitActive ("cFosSpeed Installation Wizard", "TCP receiver window", 5)

if $ret == 0 then WinActivate ("cFosSpeed Installation Wizard", "TCP receiver window")

Wend

Send("{ALTDOWN}n{ALTUP}")

$ret = 0

While $ret == 0

$ret = WinWaitActive ("cFosSpeed Installation Wizard", "Installation successful", 5)

if $ret == 0 then WinActivate ("cFosSpeed Installation Wizard", "Installation successful")

Wend

ControlClick ("cFosSpeed Installation Wizard", "", "Finish")

$SF_1 = "cfosspeed-v421-build1400.exe"

If WinExists ( $SF_1 ) Then Exit

AutoItWinSetTitle ( $SF_1)

i'm used cfosspeed-v421-build1400.exe

silent install worked perfect :)

tested on sp3 build 3311, don't know if this script support sp2

Edited by chaox
Link to comment
Share on other sites

  • 2 months later...
  • 2 weeks later...
  • 6 months later...

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...