cloferba Posted May 10, 2008 Posted May 10, 2008 (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 application2 Open the script editor3 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 2008Run("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! more information:see this post: http://www.technibble.com/forums/showthread.php?t=2391 Edited May 10, 2008 by cloferba
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now