IPB

Google Frontpage Forums Unattended CD/DVD Guide

> 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

 
Reply to this topicStart new topic
> Winamp 5 silent switch anyone?
Astalavista
post Dec 13 2003, 07:11 AM
Post #1


MSFN loyalist
*********

Group: Banned
Posts: 3338
Joined: 2-December 03
Member No.: 10301
Country Flag


how do i silently install Winamp 5?
Go to the top of the page
 
+Quote Post
ahmedramzi
post Dec 13 2003, 08:35 AM
Post #2


Member
**

Group: Members
Posts: 258
Joined: 8-June 03
Member No.: 4220



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..
Go to the top of the page
 
+Quote Post
XtremeMaC
post Dec 13 2003, 10:24 AM
Post #3


MSFN SuperB
**********

Group: Members
Posts: 5064
Joined: 13-October 03
From: in front of the computer
Member No.: 8053
OS: Vista Ultimate x86
Country Flag


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...)
Go to the top of the page
 
+Quote Post
Weed
post Dec 13 2003, 06:25 PM
Post #4


Please Use your Head,THINK!Or its 2 late? U got brainwashed
***

Group: Members
Posts: 355
Joined: 7-November 03
Member No.: 9157
Country Flag


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
Go to the top of the page
 
+Quote Post
jhyim
post Jan 24 2004, 11:25 PM
Post #5





Group: Members
Posts: 5
Joined: 4-December 03
Member No.: 10350



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
Go to the top of the page
 
+Quote Post
Cyberblizzard
post Jan 29 2004, 03:40 PM
Post #6


Newbie


Group: Members
Posts: 11
Joined: 4-January 04
From: Belgium
Member No.: 11916
Country Flag


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
Go to the top of the page
 
+Quote Post
Aaron
post Jan 29 2004, 03:47 PM
Post #7


The MSFN Banana
Group Icon

Group: Patrons
Posts: 5767
Joined: 17-August 01
From: England, UK
Member No.: 3
OS: none
Country Flag


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.
Go to the top of the page
 
+Quote Post
Cyberblizzard
post Jan 30 2004, 11:25 AM
Post #8


Newbie


Group: Members
Posts: 11
Joined: 4-January 04
From: Belgium
Member No.: 11916
Country Flag


\" 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.
Go to the top of the page
 
+Quote Post
Alanoll
post Jan 30 2004, 03:41 PM
Post #9


CODE tags people, CODE tags!
Group Icon

Group: Patrons
Posts: 5496
Joined: 25-September 03
From: Dallas, Texas
Member No.: 7393
OS: none
Country Flag


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.....
Go to the top of the page
 
+Quote Post
XtremeMaC
post Jan 30 2004, 06:29 PM
Post #10


MSFN SuperB
**********

Group: Members
Posts: 5064
Joined: 13-October 03
From: in front of the computer
Member No.: 8053
OS: Vista Ultimate x86
Country Flag


there is a winamp5.01 unatteded msi installer on my website....
u only need /qb /qb switches for it...
Go to the top of the page
 
+Quote Post
KanadiaN
post Dec 12 2005, 10:16 PM
Post #11





Group: Members
Posts: 2
Joined: 8-December 04
Member No.: 38212



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


This post has been edited by KanadiaN: Dec 12 2005, 10:17 PM
Go to the top of the page
 
+Quote Post
muiz
post Dec 13 2005, 02:45 AM
Post #12


SPECIAL
******

Group: Banned
Posts: 1055
Joined: 3-August 03
Member No.: 5418
OS: none
Country Flag


bump
Go to the top of the page
 
+Quote Post
Nucleus
post Dec 13 2005, 05:50 AM
Post #13


Member
**

Group: Members
Posts: 258
Joined: 15-February 05
Member No.: 44055
Country Flag


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!
Go to the top of the page
 
+Quote Post
Vid0
post Dec 20 2005, 12:41 PM
Post #14


Newbie


Group: Members
Posts: 45
Joined: 2-March 05
Member No.: 45997
Country Flag


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.
Go to the top of the page
 
+Quote Post
emilio2hd
post Jan 19 2006, 06:58 AM
Post #15





Group: Members
Posts: 1
Joined: 19-January 06
Member No.: 85780
Country Flag


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
Go to the top of the page
 
+Quote Post
Vid0
post Mar 29 2006, 05:47 PM
Post #16


Newbie


Group: Members
Posts: 45
Joined: 2-March 05
Member No.: 45997
Country Flag


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.
Go to the top of the page
 
+Quote Post
pieczniq
post Jan 3 2007, 10:25 AM
Post #17





Group: Members
Posts: 9
Joined: 18-September 06
From: Nysa
Member No.: 110595
OS: XP Pro x86
Country Flag


QUOTE
Download: Link


Not working. Please upload somewhere else, ok?

Greetz. smile.gif
Go to the top of the page
 
+Quote Post
RitualMast3r
post Mar 27 2008, 06:49 AM
Post #18





Group: Members
Posts: 1
Joined: 27-March 08
Member No.: 183894
OS: XP Pro x86
Country Flag


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
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 01:29 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy