Freemind

From WPKG | Open Source Software Deployment and Distribution
Revision as of 07:00, 2 May 2012 by 80.149.228.180 (Talk)

Jump to: navigation, search

Silent installer for Freemind.

FreeMind is a premier free mind-mapping (http://en.wikipedia.org/wiki/Mind_map) software written in Java. You can get more information at http://freemind.sourceforge.net/wiki/index.php/Main_Page.

 <package id="freemind" name="FreeMind" reboot="false" revision="%version%" priority="1">
        <variable name="version" value="0.9.0" />
 
        <check type="uninstall" condition="versionequalto" path="FreeMind" value="%version%" />

        <install cmd="%SOFTWARE%\freemind\FreeMind-Windows-Installer-0.9.0-max.exe /sp- /silent /norestart" />
        <upgrade cmd="%SOFTWARE%\freemind\FreeMind-Windows-Installer-0.9.0-max.exe /sp- /silent /norestart" />
        <remove cmd="%PROGRAMFILES%\FreeMind\unins000.exe /SILENT"  />
        </package>