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. | ||
Line 10: | Line 9: | ||
priority="0"><br> | priority="0"><br> | ||
<check type="uninstall" condition="exists" path="Audacity 1.2.3" /><br> | <check type="uninstall" condition="exists" path="Audacity 1.2.3" /><br> | ||
− | <install cmd='\\server\admin\non-msi\audacity\audacity-win-1.2.3.exe / | + | <install cmd='\\server\admin\non-msi\audacity\audacity-win-1.2.3.exe /sp- /silent /norestart'><br> |
<exit code="0" /><br> | <exit code="0" /><br> | ||
</install><br> | </install><br> |
Revision as of 17:57, 2 September 2006
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 /sp- /silent /norestart'>
<exit code="0" />
</install>
<remove cmd='%PROGRAMFILES%\Audacity\unins000.exe /silent' />
<upgrade cmd="" />
</package>