Difference between revisions of "Audacity"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 15: Line 15:
 
         </install><br>
 
         </install><br>
 
<br>
 
<br>
         <remove  cmd='C:\Programme\Audacity\unins000.exe /silent' /><br>
+
         <remove  cmd='C:\%PROGRAMFILES%\Audacity\unins000.exe /silent' /><br>
 
<br>
 
<br>
 
         <upgrade cmd="" /><br>
 
         <upgrade cmd="" /><br>

Revision as of 16:39, 29 August 2005

This is a silent installer and uninstaller for Audacity.

If you have a non-German Windows version, you have to change the "remove cmd" path.

<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='C:\%PROGRAMFILES%\Audacity\unins000.exe /silent' />

<upgrade cmd="" />

</package>

If you get stuck, check out this Audacity user forum.