MSFN Forum: Winamp 5 silent switch anyone? - 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

Winamp 5 silent switch anyone? Rate Topic: -----

#1 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 3,338
  • Joined: 02-December 03

Posted 13 December 2003 - 07:11 AM

how do i silently install Winamp 5?


#2 User is offline   ahmedramzi 

  • Member
  • PipPip
  • Group: Members
  • Posts: 258
  • Joined: 08-June 03

Posted 13 December 2003 - 08:35 AM

Don't know about Winamp5, but the best method I've seen to siently install winamp 2.91 is the MSI package made by Alanol HERE.

It worked perfect for me..

#3 User is offline   XtremeMaC 

  • MSFN SuperB
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5,070
  • Joined: 13-October 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 13 December 2003 - 10:24 AM

btw he updated that package and I also have a mirror on my site if you want...
also try /S (UPPERCASE) switch but it installs all those unneccessary stuff(I don't want visual stuff, and aol link...)

#4 User is offline   Weed 

  • U got brainwashed from everyone!! but too bad, u dont kn
  • PipPipPip
  • Group: Members
  • Posts: 375
  • Joined: 07-November 03
  • OS:none specified
  • Country: Country Flag

Posted 13 December 2003 - 06:25 PM

iam using this method and it works
but when u first start winamp u will be prompt for the registration

ECHO.
ECHO Installing Winamp 5 RC10
ECHO Please wait...
start /wait %SOURCE%\WinXPPRO\$OEM$\Applications\Winamp5\winamp50.exe /S
COPY /Y %SOURCE%\WinXPPRO\$OEM$\Applications\Winamp5\Winamp.ini D:\Progra~1\Winamp\Winamp.ini
pskill winamp.exe

#5 User is offline   jhyim 

  • Group: Members
  • Posts: 5
  • Joined: 04-December 03

Posted 24 January 2004 - 11:25 PM

Winamp Slient Install OPTION


Winamp501_full.exe /S /install=DSRFQA
taskkill.exe /F /IM winamp.exe

S = Start Menu Icon
R = Fake Registration
D = Desk Top Icon
Q = Quicklaunch Icon
A = Run Winamp Agent/Set Dufault
F = File Association

#6 User is offline   Cyberblizzard 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 04-January 04

Posted 29 January 2004 - 03:40 PM

In RunOnceEx.cmd like this?

REG ADD %KEY%\045 /VE /D "Winamp 5..." /f
REG ADD %KEY%\045 /V 1 /D "\"%systemdrive%\install\Apps\Winamp\Winamp.exe\" /S /install=RFQ" /f
REG ADD %KEY%\045 /V 2 /D "taskkill.exe /F /IM winamp.exe" /f


#7 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01
  • OS:ME
  • Country: Country Flag

Posted 29 January 2004 - 03:47 PM

Fixed:
REG ADD %KEY%\045 /V 1 /D "%systemdrive%\install\Apps\Winamp\Winamp.exe /S /install=RFQ" /f


No additional quotes needed because your file/folder names don't have spaces.

#8 User is offline   Cyberblizzard 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 04-January 04

Posted 30 January 2004 - 11:25 AM

\" is not only intended for the use of spaces, but also for the use of additional quotes (once for the path and once for the whole line)

Quote

You will find that additional " " quotation marks in the REG ADD entries won't be imported to the Windows Registry. To work around this, use \" for every quotation you intend to add, for example:

%KEY%\005 /V 1 /D "\"%systemdrive%\install\AdobeReader6\Adobe Reader 6.msi\" /qn" /f

By doing this, you can execute applications that contain spaces in the filename, or application switches that need to be enclosed in quotations.


#9 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 30 January 2004 - 03:41 PM

jhyim, on Jan 24 2004, 11:25 PM, said:

Winamp Slient Install OPTION


Winamp501_full.exe /S /install=DSRFQA
taskkill.exe /F /IM winamp.exe

S = Start Menu Icon
R = Fake Registration
D = Desk Top Icon
Q = Quicklaunch Icon
A = Run Winamp Agent/Set Dufault
F = File Association

i tried those before, and they didn't work.....

#10 User is offline   XtremeMaC 

  • MSFN SuperB
  • PipPipPipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5,070
  • Joined: 13-October 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 30 January 2004 - 06:29 PM

there is a winamp5.01 unatteded msi installer on my website....
u only need /qb /qb switches for it...

#11 User is offline   KanadiaN 

  • Group: Members
  • Posts: 2
  • Joined: 08-December 04

Posted 12 December 2005 - 10:16 PM

if you go over to the winamp forum and search for a silent install it says that the /install=DSRFQA is no good as it dose nothing. once you use /s you get a silent install at the defause level with old school skin. oh and the taskkill line is not needed as it dose not do the connection stuff in silent mode

View Postjhyim, on Jan 25 2004, 12:25 AM, said:

Winamp Slient Install OPTION


Winamp501_full.exe /S /install=DSRFQA
taskkill.exe /F /IM winamp.exe

S = Start Menu Icon
R = Fake Registration
D = Desk Top Icon
Q = Quicklaunch Icon
A = Run Winamp Agent/Set Dufault
F = File Association

This post has been edited by KanadiaN: 12 December 2005 - 10:17 PM


#12 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 13 December 2005 - 02:45 AM

bump

#13 User is offline   Nucleus 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 15-February 05

Posted 13 December 2005 - 05:50 AM

I use this:

RunOnceEx.cmd

REG ADD %KEY%\014 /VE /D "Winamp v5.12 Lite" /f
REG ADD %KEY%\014 /V 1 /D "%CDROM%\Software\Winamp\Winamp.exe /S" /f
REG ADD %KEY%\014 /V 2 /D "%CDROM%\Software\Winamp\Shortcuts.cmd" /f
REG ADD %KEY%\014 /V 3 /D "REGEDIT /S %CDROM%\Software\Winamp\Winamp.reg" /f


Shortcuts.cmd

cmdow @ /HID
@echo off

TASKKILL /F /IM winamp.exe /IM winampa.exe

COPY "%~dp0Winamp.ini" "%PROGRAMFILES%\Winamp"

DEL "%ALLUSERSPROFILE%\Desktop\Winamp.lnk"
DEL "%ALLUSERSPROFILE%\Start Menu\Programs\Winamp\What's New.lnk"
DEL "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\Winamp.lnk"

EXIT


Winamp.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"WinampAgent"=-


Works great! :) It's the lite version though. I don't like all those pumped up versions with all the useless stuff in them. Also, the first time Winamp opens, it gets associated with mp3 files only. Perfect!

#14 User is offline   Vid0 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 02-March 05

Posted 20 December 2005 - 12:41 PM

Name: WinAMP (Audio Only) Unattended + APE
Version: 5.12.275
Size: 1.88 Mb
Download: Link

1. Removed support for Sonic Solutions CD Burning Ripping engine that caused a lot of problems.
Don't forget to manually remove this engine. By uninstalling WinAMP you'll not remove this trojan like stuff:

C:\WINDOWS\system32\drivers\PxHelp20.sys
C:\WINDOWS\system32\px.dll
C:\WINDOWS\system32\pxcpya64.exe
C:\WINDOWS\system32\pxcpyi64.exe
C:\WINDOWS\system32\pxdrv.dll
C:\WINDOWS\system32\pxhpinst.exe
C:\WINDOWS\system32\pxinsa64.exe
C:\WINDOWS\system32\pxinsi64.exe
C:\WINDOWS\system32\pxmas.dll
C:\WINDOWS\system32\pxsfs.dll
C:\WINDOWS\system32\pxwave.dll
C:\WINDOWS\system32\pxwma.dll
C:\WINDOWS\system32\vxblock.dll

(For riping music CDs EAC is better anyway.)

2. Added support for my favorite lossless audio format – Monkey's Audio .APE;

3. Fixed a problem with Monkey's Audio List file extension .APL;

4. Better compression, smaller SFX module.

#15 User is offline   emilio2hd 

  • Group: Members
  • Posts: 1
  • Joined: 19-January 06

  Posted 19 January 2006 - 06:58 AM

View Postjhyim, on Jan 24 2004, 11:25 PM, said:

Winamp Slient Install OPTION


Winamp501_full.exe /S /install=DSRFQA
taskkill.exe /F /IM winamp.exe

S = Start Menu Icon
R = Fake Registration
D = Desk Top Icon
Q = Quicklaunch Icon
A = Run Winamp Agent/Set Dufault
F = File Association


I don't understand, where that I place this command? I tried to place in an file config.txt thus:
RunProgram="Winamp51.exe/S"
RunProgram="taskkill.exe/F/IM winamp.exe" but it executing in the end of the installation

sorry for my poor English... :}

#16 User is offline   Vid0 

  • Newbie
  • Group: Members
  • Posts: 45
  • Joined: 02-March 05

  Posted 29 March 2006 - 05:47 PM

Name: WinAMP Pro (Audio Only) Unattended + APE + FLAC
Version: 5.21.497
Size: 1.42 Mb
Download: Link

1. Removed support for Sonic Solutions CD Burning Ripping engine that caused a lot of problems.

2. Complete removal of CD ripping / audio compression support (for riping music CDs EAC is better anyway.);

3. Added support for my favorite lossless audio format - Monkey's Audio .APE;

4. Added support for lossless audio format - Free Lossless Audio Codec .flac;

5. Fixed a problem with Monkey's Audio List file extension .APL;

6. .asf and .wmv file extensions are no longer associated with WinAMP by default;

7. Better compression, smaller SFX module.

#17 User is offline   pieczniq 

  • Newbie
  • Group: Members
  • Posts: 13
  • Joined: 18-September 06

Posted 03 January 2007 - 10:25 AM

Quote

Download: Link


Not working. Please upload somewhere else, ok?

Greetz. :)

#18 User is offline   RitualMast3r 

  • Group: Members
  • Posts: 1
  • Joined: 27-March 08

  Posted 27 March 2008 - 06:49 AM

I have made a silent installer of Winamp 5.52! It may creates Icons on Desktop,StartMenu and QuickLaunch.It's not configured so when you run it for first time it will start Configuration Wizard.It ins't includes any Winamp Toolbar,Winamp 360 or something else.It's the free version.
Here is the code how to run silent installer
winamp_552.exe /VERYSILENT /SP- /TASKS=dekstopicon,startmenuicon,quicklaunchicon

And here is the installer
I hope you will like it! ;)
GreetZ & sorry for my bad english :)

Share this topic:


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

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



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