Difference between revisions of "Free Download Manager"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(VaEdyqJaMA)
m (Reverted edits by 91.93.190.27 (talk) to last revision by WPKGSysop)
 
Line 1: Line 1:
I'm impressed! You've maanged the almost impossible.
+
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 [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]]

Latest revision as of 06:06, 15 June 2011

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>