Difference between revisions of "WinFF"
From WPKG | Open Source Software Deployment and Distribution
m (Update to version 1.1) |
m (Update to version 1.3.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.1"/> | + | <check type="uninstall" condition="exists" path="WinFF 1.3.1"/> |
− | <install cmd='"%SOFTWARE%\winff\winff-1.1-setup.exe" /VERYSILENT /NORESTART'/> | + | <install cmd='"%SOFTWARE%\winff\winff-1.3.1-setup.exe" /VERYSILENT /NORESTART'/> |
− | <upgrade cmd='"%SOFTWARE%\winff\winff-1.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' /> | <remove cmd='"%programfiles%\WinFF\unins000.exe" /VERYSILENT /NORESTART' /> | ||
</package> | </package> |
Revision as of 02:01, 27 October 2010
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.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>