WinFF

Silent installer for WinFF.

WinFF is a GPL frontend for the command line video converter, FFMPEG. See http://winff.org/

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.3.1"/>
  <install cmd='"%SOFTWARE%\winff\winff-1.3.1-setup.exe" /VERYSILENT /NORESTART'/>
  <upgrade cmd='"%SOFTWARE%\winff\winff-1.3.1-setup.exe" /VERYSILENT /NORESTART'/>
  <remove cmd='"%programfiles%\WinFF\unins000.exe" /VERYSILENT /NORESTART' />
</package>