Free Download Manager
From WPKG | Open Source Software Deployment and Distribution
This is a silent installer for Free Download Manager.
Free Download Manager (freedownloadmanager) is a free download managing tool which works with IE and FireFox. Download on the FreeDownloadManager Homepage.
Use the following XML file for silent installation:
<?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>