MSFN Forum: File for AutoGK 1.60 silent install - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

File for AutoGK 1.60 silent install Rate Topic: -----

#1 User is offline   PhilMeBeer 

  • Group: Members
  • Posts: 1
  • Joined: 16-December 04

Posted 02 January 2005 - 11:09 PM

;AUTOIT3
;
;AutoGordianKnot 1.60 aka AutoGK
;Silent default installation
;philmebeer - defaults from somewhere....
;
; ----------------------------------------------------------------------------
; Script Defaults
; ----------------------------------------------------------------------------

Opt ("CaretCoordMode", 1) ;1=absolute, 0=relative
Opt ("ExpandEnvStrings", 0) ;0=don"t expand, 1=do expand
Opt ("MouseClickDelay", 10) ;10 milliseconds
Opt ("MouseClickDownDelay",10) ;10 milliseconds
Opt ("MouseClickDragDelay",250) ;250 milliseconds
Opt ("MouseCoordMode", 0) ;1=absolute, 0=relative
Opt ("MustDeclareVars", 0) ;0=no, 1=require pre-declare
Opt ("PixelCoordMode", 1) ;1=absolute, 0=relative
Opt ("RunErrorsFatal", 1) ;1=fatal, 0=silent set @error
Opt ("SendAttachMode", 0) ;0=don"t attach, 1=do attach
Opt ("SendCapslockMode",1) ;1=store and restore, 0=don"t
Opt ("SendKeyDelay", 500) ;400 milliseconds
Opt ("SendKeyDownDelay",1) ;1 millisecond
Opt ("TrayIconDebug", 1) ;0=no info, 1=debug line info
Opt ("TrayIconHide", 0) ;0=show, 1=hide tray icon
Opt ("WinDetectHiddenText",0) ;0=don"t detect, 1=do detect
Opt ("WinSearchChildren",1) ;0=no, 1=search children also
Opt ("WinTitleMatchMode", 3) ;1=start, 2=subStr, 3=exact, 4=...
Opt ("WinWaitDelay",500) ;500 milliseconds


; ----------------------------------------------------------------------------
; Script Start
; ----------------------------------------------------------------------------


Run ("autogordianknot.1.60.setup.exe /S")

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")

WinWaitActive ( "AviSynth 2.5.5 " )
ControlClick ( "AviSynth 2.5.5 " , "&Agree" , "Button2" )
ControlClick ( "AviSynth 2.5.5 " , "&Next >" , "Button2" )
ControlClick ( "AviSynth 2.5.5 " , "&Install" , "Button2" )
WinSetTitle ( "AviSynth 2.5.5 ", "", "AviSynth 2.5.5 Install" )
WinWaitNotActive ( "AviSynth 2.5.5 Install" )
ControlClick ( "AviSynth 2.5.5 " , "&Finish" , "Button2" )

WinWaitActive ( "Select Setup Language" )
ControlClick ( "Select Setup Language" , "OK" , "TButton1" )

WinWaitActive ( "Setup - XviD" )
ControlClick ( "Setup - XviD" , "&Next >" , "TButton1" )
ControlClick ( "Setup - XviD" , "I &accept the agreement" , "TRadioButton1" )
ControlClick ( "Setup - XviD" , "&Next >" , "TButton2" )
ControlClick ( "Setup - XviD" , "&Next >" , "TButton2" )
ControlClick ( "Setup - XviD" , "&Next >" , "TButton3" )
ControlClick ( "Setup - XviD" , "&Next >" , "TButton4" )
ControlClick ( "Setup - XviD" , "&Next >" , "TButton4" )
ControlClick ( "Setup - XviD" , "&Install" , "TButton4" )
WinWaitNotActive ( "Setup - XviD", "" , "4" )
ControlClick ( "Setup - XviD" , "&Finish" , "TButton4" )


FILECOPY ("\install\AutoGK\AutoGK_Assistant.ex_", "\Progra~1\AutoGK\AutoGK_Assistant.exe")

;end


#2 User is offline   nazz 

  • Newbie
  • Group: Members
  • Posts: 38
  • Joined: 04-November 03

Posted 07 January 2005 - 04:09 AM

How do one use this script.

#3 User is offline   cino 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 14-September 04

Posted 07 January 2005 - 07:16 AM

I saved the file as a GK.au3 I dont know much about AutiIt. I have few questions if you can answer; where do I need to place this file ? where shuld I place the autogordianknot.1.60.setup.exe,? how can I automate this scrip during unatandent install?

TIA

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy