From WPKG | Open Source Software Deployment and Distribution
|
|
Line 1: |
Line 1: |
− | This is a silent installer for Free Download Manager.
| + | I'm impressed! You've maanged the almost impossible. |
− | | + | |
− | Free Download Manager (freedownloadmanager) is a free download managing tool which works with IE and FireFox. Download on the FreeDownloadManager [http://www.freedownloadmanager.org/ Homepage].
| + | |
− | | + | |
− | Use the following XML file for silent installation:
| + | |
− | <source lang="xml">
| + | |
− | <?xml version="1.0" encoding="utf-8" ?>
| + | |
− | <packages>
| + | |
− | | + | |
− | <package id='Freedownloadmanager' name='Free Download Manager' revision='25' priority='50' reboot='false' >
| + | |
− | <!-- Free Download Manager -->
| + | |
− | <check type='uninstall' condition='exists' path='Free Download Manager 2.5' />
| + | |
− | <install cmd='"%SOFTWARE%\Free Download Manager v.2.5\fdminst.exe" /SILENT /NORESTART' />
| + | |
− | <remove cmd='"%ProgramFiles%\Free Download Manager\unins000.exe" /SILENT' />
| + | |
− | <upgrade cmd='"%SOFTWARE%\Free Download Manager v.2.5\fdminst.exe" /SILENT /NORESTART' />
| + | |
− | </package>
| + | |
− | | + | |
− | </packages>
| + | |
− | </source>
| + | |
− | | + | |
− | [[Category:Silent Installers]]
| + | |
Revision as of 05:19, 15 June 2011
I'm impressed! You've maanged the almost impossible.