Difference between revisions of "WinFF"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(WinFF video converter (FFMPEG frontend))
 
m (Update to version 1.1)
Line 13: Line 13:
 
   priority="5">
 
   priority="5">
 
   <!-- http://www.winff.org -->
 
   <!-- http://www.winff.org -->
   <check type="uninstall" condition="exists" path="WinFF 1.0.4"/>
+
   <check type="uninstall" condition="exists" path="WinFF 1.1"/>
   <install cmd='"%SOFTWARE%\winff\winff-1.0.4-setup.exe" /VERYSILENT /NORESTART'/>
+
   <install cmd='"%SOFTWARE%\winff\winff-1.1-setup.exe" /VERYSILENT /NORESTART'/>
   <upgrade cmd='"%SOFTWARE%\winff\winff-1.0.4-setup.exe" /VERYSILENT /NORESTART'/>
+
   <upgrade cmd='"%SOFTWARE%\winff\winff-1.1-setup.exe" /VERYSILENT /NORESTART'/>
 
   <remove cmd='"%programfiles%\WinFF\unins000.exe" /VERYSILENT /NORESTART' />
 
   <remove cmd='"%programfiles%\WinFF\unins000.exe" /VERYSILENT /NORESTART' />
 
</package>
 
</package>

Revision as of 03:40, 5 October 2009

Silent installer for WinFF.

WinFF is a GPL frontend for the command line video converter, FFMPEG.

WPKG Package

 <package
  id="winff"
  name="WinFF Video Converter"
  revision="1"
  reboot="false"
  priority="5">
  <!-- http://www.winff.org -->
  <check type="uninstall" condition="exists" path="WinFF 1.1"/>
  <install cmd='"%SOFTWARE%\winff\winff-1.1-setup.exe" /VERYSILENT /NORESTART'/>
  <upgrade cmd='"%SOFTWARE%\winff\winff-1.1-setup.exe" /VERYSILENT /NORESTART'/>
  <remove cmd='"%programfiles%\WinFF\unins000.exe" /VERYSILENT /NORESTART' />
</package>