Changes

Jump to: navigation, search

FileZilla

91 bytes removed, 19:49, 26 June 2010
Simple FileZilla 3.xx installation
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="filezilla"
name="FileZilla"
revision="03030001"
priority="1"
reboot="false"
>
<!-- User can upgrade their version we have to check the binary version
and take care of 32/64bit differences -->
<check type="logical" condition="or">
<check
type="file"
condition="versiongreaterorequal"
path="%PROGRAMFILES%\FileZilla FTP Client\filezilla.exe"
value="3.3.0.1"
/>
<check
type="file"
condition="versiongreaterorequal"
path="%PROGRAMFILES(x86)%\FileZilla FTP Client\filezilla.exe"
value="3.3.0.1"
/>
</check>
<install cmd='%SOFTWARE%\filezilla\FileZilla_3.3.0.1_win32-setup.exe /S' />
<upgrade cmd='%SOFTWARE%\filezilla\FileZilla_3.3.0.1_win32-setup.exe /S' />
<package id="filezilla" name="FileZilla 3.3.3" revision="3330" priority="0" reboot="false"> <!-- User can upgrade their version we have to check the binary version and take care of 32/64bit differences --> <check type="logical" condition="or"> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\FileZilla FTP Client\filezilla.exe" value="3.3.3.0" /> <check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES(x86)%\FileZilla FTP Client\filezilla.exe" value="3.3.3.0" /> </check> <install cmd='%SOFTWARE%\filezilla\FileZilla_3.3.3_win32-setup.exe /S' /> <upgrade cmd='%SOFTWARE%\filezilla\FileZilla_3.3.3_win32-setup.exe /S' /> <remove cmd='%COMSPEC% /c if exist "%PROGRAMFILES%\FileZilla FTP Client\uninstall.exe" "%PROGRAMFILES%\FileZilla FTP Client\uninstall.exe" /S' /> <remove cmd='%COMSPEC% /c if exist "%PROGRAMFILES(x86)%\FileZilla FTP Client\uninstall.exe" "%PROGRAMFILES(x86)%\FileZilla FTP Client\uninstall.exe" /S' /> </package>
</package>
</packages>
</source>
35
edits

Navigation menu