Difference between revisions of "Audacity"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 19: Line 19:
 
     </package>
 
     </package>
 
</blockquote>
 
</blockquote>
 +
 +
== Installer type ==
 +
Audacity uses Inno Setup.
  
 
[[category:Silent Installers|Audacity]]
 
[[category:Silent Installers|Audacity]]

Revision as of 17:59, 2 September 2006

This is a silent installer and uninstaller for Audacity.

<package
id="audacity"
name="Audacity 1.2.4"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Audacity 1.2.4" />
<install cmd='%PACKAGES%\audacity\audacity-win-1.2.4b.exe /sp- /silent /norestart'>
<exit code="0" />
</install>

<remove cmd='%PROGRAMFILES%\Audacity\unins000.exe /silent' />

<upgrade cmd="" />

</package>

Installer type

Audacity uses Inno Setup.