Jump to content

winamp 5/2.x unatt. setup using Autoit3! :D no ebay/aol shorcuts


Recommended Posts

Posted (edited)

well guys... i serched and found how make a unattended setup of winamp without install ebay shorcuts or winamp remote/toolbar:

1 we need the Autoit3 application

2 Open the script editor

3 write this code:

; Installs Winamp (written for 5.53) to the folder c:\Applications\Winamp. It also deselects Winamp Remote, Winamp Toolbar, Winamp Search and 50 Free mp3s Shortcut. It also assumes the Winamp install file is named WinampInstall.exe

; written by Bryce Whitty of Technibble.com

; 7th May 2008

Run("WinampInstall.exe")

WinWaitActive("Installer Language")

Send("{ENTER}")

WinWaitActive("Winamp Installer")

Send("{ENTER}")

WinWaitActive("Winamp Installer", "License Agreement")

Send("{ENTER}")

WinWaitActive("Winamp Installer", "Choose Install Location")

Send("C:\Applications\Winamp")

Send("{ENTER}")

WinWaitActive("Winamp Installer", "Choose Components")

Send("{ENTER}")

WinWaitActive("Winamp Installer", "Choose Start Options")

Send("{ENTER}")

WinWaitActive("Winamp Installer", "Get the Most Out of Winamp")

Send("{TAB}{TAB}{SPACE}{TAB}{SPACE}{TAB}{SPACE}{TAB}{SPACE}")

Send("{ENTER}")

WinWaitActive("Winamp Installer", "Installation Complete")

Send("{TAB}{SPACE}{ENTER}")

save it and then..convert it into a .exe file on your winamp setup folder..

thats all!

and it works! :thumbup

more information:

see this post:

Edited by cloferba

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