Difference between revisions of "WinFF"
From WPKG | Open Source Software Deployment and Distribution
m (Update to version 1.3.1) |
m (add external link) |
||
Line 1: | Line 1: | ||
Silent installer for WinFF. | Silent installer for WinFF. | ||
− | WinFF is a GPL frontend for the command line video converter, FFMPEG. | + | WinFF is a GPL frontend for the command line video converter, FFMPEG. See http://winff.org/ |
==WPKG Package== | ==WPKG Package== |
Latest revision as of 13:37, 4 March 2011
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>