3,217
edits
Changes
Winamp
,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.
<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' />
== Customization ==
<presource lang="dos">
REM Remove the demo that some people consider offensive
DEL "%ProgramFiles%\winamp\demo.mp3
</presource>
== Open questions ==
[[category:Silent Installers]]