Difference between revisions of "Audacity"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for Audacity. | This is a silent installer and uninstaller for Audacity. | ||
− | + | ||
− | <package | + | <package |
− | id="audacity" | + | id="audacity" |
− | name="Audacity 1.2.4" | + | name="Audacity 1.2.4" |
− | revision="1" | + | revision="1" |
− | reboot="false" | + | reboot="false" |
− | priority="0"> | + | priority="0"> |
− | <check type="uninstall" condition="exists" path="Audacity 1.2.4" /> | + | |
− | <install cmd='% | + | <check type="uninstall" condition="exists" path="Audacity 1.2.4" /> |
− | + | ||
− | + | <install cmd='%SOFTWARE%\audacity\audacity-win-1.2.4b.exe /sp- /silent /norestart' /> | |
− | + | ||
− | <remove cmd='%PROGRAMFILES%\Audacity\unins000.exe /silent' / | + | <remove cmd='%PROGRAMFILES%\Audacity\unins000.exe /silent' /> |
− | + | ||
− | + | ||
− | + | ||
</package> | </package> | ||
− | + | ||
== Installer type == | == Installer type == | ||
Audacity uses Inno Setup. | Audacity uses Inno Setup. | ||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 13:38, 27 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='%SOFTWARE%\audacity\audacity-win-1.2.4b.exe /sp- /silent /norestart' /> <remove cmd='%PROGRAMFILES%\Audacity\unins000.exe /silent' /> </package>
Installer type
Audacity uses Inno Setup.