Changes

Winamp

75 bytes added, 11:10, 1 May 2008
m
no edit summary
This is a silent installer and uninstaller for Winamp. Note that the /S flag is case-sensitive.
The Install Switches install switches for winampWinamp:<source lang="dos">
winamp501_full.exe /S /install=SFQDRA
</source>
S=start menu icons
A=run winamp agent/set default
Some switches are broken on new versions of winamp
Some switches are broken on new versions of Winamp.
 
<source lang="xml">
<package id="winamp" name="Winamp (music player)" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="Winamp (remove only)" />
<remove cmd='cmd /c cmd /c del /s /q "%ProgramFiles%\Winamp\Plugins"' />
<remove cmd='%ProgramFiles%\Winamp\UninstWA.exe /S' />
</package></source>
== Customization ==
<presource lang="dos">
REM Remove the demo that some people consider offensive
DEL "%ProgramFiles%\winamp\demo.mp3
</presource>
== Open questions ==
- * How do you disable the system tray agent? - * How do you set a web proxy?
[[category:Silent Installers]]