Jump to content

Autogordianknot 2.55 Silent install in WPI...How?


Godflesh

Recommended Posts

Could somebody share the knowledge how to silent install Autogordianknot 2.55 with WPI?

Would love to add this great tool to my WPI disc.

Please keep the explanation simple if possible ...I am a newbie with autoit etc. :)

Link to comment
Share on other sites


I made a standalone installer in AutoIT3....

here is the working script for 2.5.5 ..(adapted 2.4.0 script)

Run ("autoGK-setup.exe /S")

; ----------------------------------------------------------------------------

; VobSub install

; ----------------------------------------------------------------------------

WinWaitActive ( "Installer Language" )

ControlClick ( "Installer Language" , "OK" , "Button1" )

WinWaitActive ( "VobSub 2.23 Setup" )

ControlClick ( "VobSub 2.23 Setup" , "&Next >" , "Button1")

WinWaitActive ( "VobSub 2.23 Setup: Installation Options" )

ControlClick ( "VobSub 2.23 Setup: Installation Options" , "&Next >" , "Button1")

WinWaitActive ( "VobSub 2.23 Setup: Installation Folder" )

ControlClick ( "VobSub 2.23 Setup: Installation Folder" , "&Install" , "Button1")

WinWaitActive ( "VobSub 2.23 Setup: Completed" )

ControlClick ( "VobSub 2.23 Setup: Completed" , "&Close" , "Button1")

; ----------------------------------------------------------------------------

; AviSynth install

; ----------------------------------------------------------------------------

WinWaitActive ( "Installer Language" )

ControlClick ( "Installer Language" , "OK" , "Button1" )

WinWaitActive ( "AviSynth 2.5.8 " )

ControlClick ( "AviSynth 2.5.8 " , "&Agree" , "Button2" )

ControlClick ( "AviSynth 2.5.8 " , "&Next >" , "Button2" )

ControlClick ( "AviSynth 2.5.8 " , "&Install" , "Button2" )

WinSetTitle ( "AviSynth 2.5.8 ", "", "AviSynth 2.5.8 Install" )

WinWaitNotActive ( "AviSynth 2.5.8 Install" )

ControlClick ( "AviSynth 2.5.8 " , "&Next" , "Button2" )

ControlClick ( "AviSynth 2.5.8 " , "&Finish" , "Button2" )

; ----------------------------------------------------------------------------

; Xvid install

; ----------------------------------------------------------------------------

WinWaitActive ( "XviD MPEG4 Video Codec Setup" )

Send("{ENTER}")

WinWaitActive ( "XviD MPEG4 Video Codec Setup" )

Send("{ENTER},{ENTER}")

;end

Exit

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

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