Difference between revisions of "Audacity"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
− | |||
− | + | This is a silent installer and uninstaller for Audacity. | |
<blockquote style="background: white; border: 1px solid black; padding: 1em;"> | <blockquote style="background: white; border: 1px solid black; padding: 1em;"> | ||
Line 22: | Line 21: | ||
</blockquote> | </blockquote> | ||
− | |||
[[category:Silent Installers|Audacity]] | [[category:Silent Installers|Audacity]] |
Revision as of 11:24, 30 September 2005
This is a silent installer and uninstaller for Audacity.
<package
id="audacity123"
name="Audacity 1.2.3"
revision="1"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Audacity 1.2.3" />
<install cmd='\\server\admin\non-msi\audacity\audacity-win-1.2.3.exe /verysilent'>
<exit code="0" />
</install>
<remove cmd='%PROGRAMFILES%\Audacity\unins000.exe /silent' />
<upgrade cmd="" />
</package>