Changes

Jump to: navigation, search

Audacity

25 bytes added, 19:30, 16 January 2014
Separate LAME from Audacity
<package
id="audacity"
name="audacity + lame"
revision="%version%"
priority="1">
<variable name="version" value="2.0.3" />
<variable name="lame_version" value="3.99.3" />
<!-- http://audacity.googlecode.com/files/audacity-win-%version%.exe"
http://lame1.buanzo.com.ar/Lame_v%lame_version%_for_Windows.exe" -->
<depends package-id="vc-runtime-2008" />
<check type="uninstall" condition="exists" path="Audacity %version%" />
<check type="uninstall" condition="exists" path="LAME v%lame_version%.*" />
<install cmd='%SOFTWARE%\audacity\audacity-win-%version%.exe /sp- /verysilent /norestart' />
<install cmd='%SOFTWARE%\audacity\Lame_v%lame_version%_for_Windows.exe /sp- /verysilent /norestart' />
<upgrade cmd='%SOFTWARE%\audacity\audacity-win-%version%.exe /sp- /verysilent /norestart' />
<upgrade cmd='%SOFTWARE%\audacity\Lame_v%lame_version%_for_Windows.exe /sp- /verysilent /norestart' />
<remove timeout="300" architecture="x86" cmd='%PROGRAMFILES%\Audacity\unins000.exe /verysilent' />
<remove timeout="300" architecture="x86" cmd='%PROGRAMFILES%\Lame for Audacity\unins000.exe /verysilent' />
<remove timeout="300" architecture="x64" cmd='%PROGRAMFILES(x86)%\Audacity\unins000.exe /verysilent' />
<remove timeout="300" architecture="x64" cmd='%PROGRAMFILES(x86)%\Lame for Audacity\unins000.exe /verysilent' package></packages></source>
 
==LAME==
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
 
<packages>
 
<package
id="lame"
name="lame"
revision="%version%"
priority="1">
 
<variable name="lame_version" value="3.99.3" />
<check type="uninstall" condition="exists" path="LAME v%lame_version%.*" />
 
<install cmd='%SOFTWARE%\lame\Lame_v%lame_version%_for_Windows.exe /sp- /verysilent /norestart' />
 
<upgrade cmd='%SOFTWARE%\lame\Lame_v%lame_version%_for_Windows.exe /sp- /verysilent /norestart' />
 
<remove timeout="300" architecture="x86" cmd='%PROGRAMFILES%\Lame for Audacity\unins000.exe /verysilent' />
 
<remove timeout="300" architecture="x64" cmd='%PROGRAMFILES(x86)%\Lame for Audacity\unins000.exe /verysilent' />
</package>
</packages>
</source>
 
[[category:Silent Installers]]
[[category:Inno Setup]]
577
edits

Navigation menu