Jump to content

AutoGK Silent package


ZileXa

Recommended Posts

Hi there...

as you might know... AutoGK installer starts up several other installers for utilities that it needs...

one of them for instance is Xvid codec... wich contains a checkbox (selected by default) where you can select if you want it to play your xvid/divx files as well... ofcourse we don't.. since we have ffdshow installed and this is better (uses less resources when playing).

all these things make it very difficult to install AutoGK silently...

ofcourse AutoIT could do the trick... but it isn't really nice if you have all sorts of installer screens popping up during your nice clean RunOnceEx...

So... does anyone have a genious idea?

Link to comment
Share on other sites


alright... did it with AutoIT anyway..

PREPARING:

make sure you have "AutoIt3.exe" in your \XPCD\$OEM$\$$\system32 folder.

Download AutoGK (see full stable releases on the official site, 'full package') and the AutoGK update (see Main/latest releases) (its a beta).

AutoGordianKnot.1.60.Setup.exe

AutoGordianKnot.1.89.beta.Update.exe

put these 2 files in your \XPCD\$OEM$\$1 folder.

save the following as .au3 files (just create a new textfile and save it with this extension:

install autogk.au3:

Run("C:\AutoGordianKnot.1.60.Setup.exe")
WinWaitActive( "Auto Gordian Knot 1.60 Setup", "" )
Send("!N")
Send("!A")
Send("V")
Send("V")
Send("{SPACE}")
Send("A")
Send("{SPACE}")
Send("X")
Send("{SPACE}")
Send("!N")
Send("!I")
WinWaitActive( "Auto Gordian Knot 1.60 Setup", "Completing the Auto Gordian Knot 1.60 Setup Wizard" )
Send("!F")

install autogkupdate.au3:

Run("C:\AutoGordianKnot.1.89.beta.Update.exe")
WinWaitActive( "Auto Gordian Knot 1.89 beta Update", "Auto Gordian Knot 1.89 beta Setup Wizard" )
Send("!N")
Send("!A")
Send("!A")
Send("X")
Send("{SPACE}")
Send("!N")
Send("!I")
WinWaitActive( "Auto Gordian Knot 1.89 beta Update", "Completing the Auto Gordian Knot 1.89 beta Setup Wizard" )
Send("!F")

now use this in your RunOnceEx:

REG ADD %KEY%\040 /VE /D "AutoGK and more " /f
REG ADD %KEY%\040 /V 1 /D "%CDDRIVE%InstallApps\DVDDecrypter.exe /S" /f
REG ADD %KEY%\040 /V 2 /D "%CDDRIVE%InstallApps\AviSynth.exe /S" /f
REG ADD %KEY%\040 /V 3 /D "%CDDRIVE%InstallApps\XviD.exe /silent" /f
REG ADD %KEY%\040 /V 4 /D "autoit3 "%CDDRIVE%InstallApps\InstallSettings\install-autogk.au3"" /f
REG ADD %KEY%\040 /V 5 /D "autoit3 "%CDDRIVE%InstallApps\InstallSettings\install-autogkupdate.au3"" /f

As you can see, XviD and AviSynth have to be installed seperatly!

And I now see I have forgotten about VobSub... ofcourse you have to install VobSub also!

NOTES:

Avisynth can be found by google;

XviD can be found like this: start AutoGordianKnot.1.89.beta.Update.exe, once the Xvid installer begins (it asks for language selection) go to Documents & Settings\NAME\Local settings\TEMP\

in this folder you will find something like Xvid2004.exe copy that to your XPCD folder.

don't know about Vobsub... google for VobSub 2.23 and find the silent switch... add it to your RunOnce.

DONE!

Link to comment
Share on other sites

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