Difference between revisions of "Audacity"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 3: Line 3:
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 
     <package<br>
 
     <package<br>
         id="audacity123"<br>
+
         id="audacity"<br>
         name="Audacity 1.2.3"<br>
+
         name="Audacity 1.2.4"<br>
 
         revision="1"<br>
 
         revision="1"<br>
 
         reboot="false"<br>
 
         reboot="false"<br>
 
         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.4" /><br>
         <install cmd='\\server\admin\non-msi\audacity\audacity-win-1.2.3.exe /sp- /silent /norestart'><br>
+
         <install cmd='%PACKAGES%\audacity\audacity-win-1.2.4b.exe /sp- /silent /norestart'><br>
 
             <exit code="0" /><br>
 
             <exit code="0" /><br>
 
         </install><br>
 
         </install><br>

Revision as of 17:58, 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>