Difference between revisions of "Audacity"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 1: Line 1:
 
This is a silent installer and uninstaller for Audacity.
 
This is a silent installer and uninstaller for Audacity.
  
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
+
 
     <package<br>
+
     <package
         id="audacity"<br>
+
         id="audacity"
         name="Audacity 1.2.4"<br>
+
         name="Audacity 1.2.4"
         revision="1"<br>
+
         revision="1"
         reboot="false"<br>
+
         reboot="false"
         priority="0"><br>
+
         priority="0">
         <check type="uninstall" condition="exists" path="Audacity 1.2.4" /><br>
+
         <install cmd='%PACKAGES%\audacity\audacity-win-1.2.4b.exe /sp- /silent /norestart'><br>
+
         <check type="uninstall" condition="exists" path="Audacity 1.2.4" />
            <exit code="0" /><br>
+
        </install><br>
+
         <install cmd='%SOFTWARE%\audacity\audacity-win-1.2.4b.exe /sp- /silent /norestart' />
<br>
+
         <remove  cmd='%PROGRAMFILES%\Audacity\unins000.exe /silent' /><br>
+
         <remove  cmd='%PROGRAMFILES%\Audacity\unins000.exe /silent' />
<br>
+
        <upgrade cmd="" /><br>
+
<br>
+
 
     </package>
 
     </package>
</blockquote>
+
 
  
 
== Installer type ==
 
== Installer type ==
 
Audacity uses Inno Setup.
 
Audacity uses Inno Setup.
  
[[category:Silent Installers|Audacity]]
+
[[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.