Help - Search - Members - Calendar
Full Version: Winamp 5 silent switch anyone?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Astalavista
how do i silently install Winamp 5?
ahmedramzi
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..
XtremeMaC
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...)
Weed
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
jhyim
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
Cyberblizzard
In RunOnceEx.cmd like this?

CODE
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
Aaron
Fixed:
CODE
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.
Cyberblizzard
\" 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.
Alanoll
QUOTE (jhyim @ Jan 24 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

i tried those before, and they didn't work.....
XtremeMaC
there is a winamp5.01 unatteded msi installer on my website....
u only need /qb /qb switches for it...
KanadiaN
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
QUOTE (jhyim @ Jan 25 2004, 12:25 AM) *
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
muiz
bump
Nucleus
I use this:

RunOnceEx.cmd

CODE
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

CODE
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

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


Works great! smile.gif 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!
Vid0
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.
emilio2hd
QUOTE (jhyim @ Jan 24 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


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... confused.gif
Vid0
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.
pieczniq
QUOTE
Download: Link


Not working. Please upload somewhere else, ok?

Greetz. smile.gif
RitualMast3r
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
CODE
winamp_552.exe /VERYSILENT /SP- /TASKS=dekstopicon,startmenuicon,quicklaunchicon

And here is the installer
I hope you will like it! newwink.gif
GreetZ & sorry for my bad english smile.gif




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.