Difference between revisions of "Winamp"
From WPKG | Open Source Software Deployment and Distribution
(add content) |
|||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for Winamp. Note that the /S flag is case-sensitive. | This is a silent installer and uninstaller for Winamp. Note that the /S flag is case-sensitive. | ||
+ | |||
+ | The Install Switches for winamp | ||
+ | winamp501_full.exe /S /install=SFQDRA | ||
+ | |||
+ | S=start menu icons | ||
+ | F=file association | ||
+ | Q=quicklaunch icon | ||
+ | D=desktop icon | ||
+ | R=fake registration | ||
+ | A=run winamp agent/set default | ||
+ | |||
+ | Some switches are broken on new versions of winamp | ||
<package id="winamp" name="Winamp (music player)" revision="1" priority="0" reboot="false"> | <package id="winamp" name="Winamp (music player)" revision="1" priority="0" reboot="false"> |
Revision as of 23:38, 6 February 2008
This is a silent installer and uninstaller for Winamp. Note that the /S flag is case-sensitive.
The Install Switches for winamp
winamp501_full.exe /S /install=SFQDRA
S=start menu icons F=file association Q=quicklaunch icon D=desktop icon R=fake registration A=run winamp agent/set default
Some switches are broken on new versions of winamp
<package id="winamp" name="Winamp (music player)" revision="1" priority="0" reboot="false"> <check type="uninstall" condition="exists" path="Winamp (remove only)" /> <install cmd='%SOFTWARE%\winamp\winamp507-full.exe /S /install=SFQR' /> <install cmd='"%ProgramFiles%\winamp\eMusic\Uninst-eMusic-promotion.exe"' /> <upgrade cmd='%SOFTWARE%\winamp\winamp507-full.exe /S /install=SFQR' /> <upgrade cmd='"%ProgramFiles%\winamp\eMusic\Uninst-eMusic-promotion.exe"' /> <remove cmd='cmd /c cmd /c del /s /q "%ProgramFiles%\Winamp\Plugins"' /> <remove cmd='%ProgramFiles%\Winamp\UninstWA.exe /S' /> </package>
Customization
REM Remove the demo that some people consider offensive DEL "%ProgramFiles%\winamp\demo.mp3
Open questions
- How do you disable the system tray agent? - How do you set a web proxy?