Changes

Jump to: navigation, search

Audacity

14 bytes added, 14:45, 27 October 2008
m
We don't gain anything worthwhile enough by removing the leftover program directory itself that make it worth complicating these instructions with a ping to self etc; + some minor edits
Audacity is an audio editor.This is a silent installer and uninstaller for Audacity(1.2 series). == Packaging For Audacity ==
<source lang="xml">
id="audacity"
name="Audacity 1.2.4"
revision="12"
reboot="false"
priority="0">
</packages>
</source>
If you want to use LAME encoder, put lame-3.96.1 to %SOFTWARE%\audacity\.
== Packaging For Audacity with LAME == If you want to use LAME encoder (for MP3), copy lame-3.96.1 to %SOFTWARE%\audacity\. Then, the audacity.xml file should look like thatthis:
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<package
id="audacity"
name="audacity 1.2.6 + lame" revision="12"
priority="1">
<check type="uninstall" condition="exists" path="Audacity 1.2.6" />
<install cmd='%SOFTWARE%\audacity\\audacity-win-1.2.6.exe /sp- /verysilent /norestart' /> <install cmd='cmd /C xcopy "%SOFTWARE%\audacity\\lame-3.96.1" "%PROGRAMFILES%\Audacity\lame-3.96.1\" /S /E /Y /Q' />
<remove cmd='"%PROGRAMFILES%\Audacity\unins000.exe" /verysilent' />
<remove cmd='ping -n 3 127.0.0.1' />
<remove cmd='cmd /C rd "%PROGRAMFILES%\Audacity" /s /q' />
<upgrade cmd='%SOFTWARE%\audacity\\audacity-win-1.2.6.exe /sp- /verysilent /norestart' /> <upgrade cmd='cmd /C xcopy "%SOFTWARE%\audacity\\lame-3.96.1" "%PROGRAMFILES%\Audacity\lame-3.96.1\" /S /E /Y /Q' />
</package>
577
edits

Navigation menu