Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

switches and winamp 5.01

Featured Replies

hello

I tried the switches /S on winamp

now i got a silent installation but the register windows show up at the end :/

can you tell me how to hide it ?

thx for help

++

Run this command after running the "/S" switch on winamp installer.

taskkill /IM winamp.exe

or do it with autoit:

If $CmdLine[0]<> 1 Then

msgbox(0,"Error","Usage: winampsilent.exe winamp503_full.exe")

Else       

        Run ($CmdLine[1])

WinWait ( "Winamp Setup ", "License Agreement")

ControlClick ( "Winamp Setup ", "License Agreement", "Button2")

        WinWait ( "Winamp Setup ", "Choose Components")

        WinMove("Winamp Setup ", "Choose Components", 0, 0)

        MouseClick ( "left" , 210, 191, 1, 0)

        MouseClick ( "left" , 210, 272, 1, 0)

        ControlClick ( "Winamp Setup ", "Choose Components", "Button2")

        WinWait ( "Winamp Setup ", "Choose Install Location")

ControlClick ( "Winamp Setup ", "Choose Install Location", "Button2")

        WinWait ( "Winamp Setup ", "Choose Install Options")

        WinMove("Winamp Setup ", "Choose Install Options", 0, 0)

        MouseClick ( "left" , 191, 192, 1, 0)

        MouseClick ( "left" , 191, 271, 1, 0)

ControlClick ( "Winamp Setup ", "Choose Install Options", "Button2")

        WinWait ( "Winamp Setup", "Internet Connection")       

        WinMove("Winamp Setup", "Internet Connection", 0, 0)

        ControlClick ( "Winamp Setup", "Internet Connection", "ComboBox1")       

        sleep(500)

        MouseClick ( "left" , 128, 174, 1, 0)

        ControlClick ( "Winamp Setup", "Internet Connection", "Button2")

        WinWait ( "Winamp Setup", "Interface")

ControlClick ( "Winamp Setup", "Interface", "Button2")

        WinWait ( "Add Media to Library", "Add Media")

ControlClick ( "Add Media to Library", "Add Media", "Button3")

        ControlClick ( "Add Media to Library", "Add Media", "Button2")

        ProcessClose("Winamp.exe")

        RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp", "regname", "REG_SZ", "name")

        RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp", "regkey", "REG_SZ", "serial")

EndIf

Yup!

The switches have been same all the way from 2.81 to 5.03.

But, the existence of 5.03c is news to me. Is it real?

I know of 5.03, but not a "c" sub-release version.

Will we download it for getting more annoying useless links?!

it's built on 6/23/04

hmm. am i hearing an updated unattended-capable winamp msi file? im very excited at this one! :)

I was saying the Nullsoft installer is dated that. The MSI however is not. :) I'll see about adding a date.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.