Jump to content

Recommended Posts

Posted

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


Posted (edited)

look at this screenshot

cfosspeedgh1.jpg

the installer stop like that

maybe u can check again your autoit script.. :)

Edited by chaox
Posted (edited)

tested again the silent installer on windows

here's screenshot

97ohgo.jpg

i'm sure that warning message caused the silent installer stop

Edited by chaox
Posted (edited)

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
  • 2 months later...
  • 2 weeks later...
  • 6 months later...
Posted (edited)

Yar... Nevermind this post, it was a minor mod of the script, but unsuitable for a clean install!

Edited by JootFish

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...