Difference between revisions of "Freemind"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(Added 0.9.0 version)
Line 4: Line 4:
  
 
<source lang="xml">
 
<source lang="xml">
<package id="freemind" name="FreeMind" reboot="false" revision="0.8.1" priority="1">
+
<package id="freemind" name="FreeMind" reboot="false" revision="0.9.0" priority="1">
 +
            <check type="logical" condition="or">
 +
                <check  type='file' condition='sizeequals' path='%PROGRAMFILES%\FreeMind\Freemind.exe' value='215386' />
 +
                <check  type='file' condition='sizeequals' path='%PROGRAMFILES(x86)%\FreeMind\Freemind.exe' value='215386' />
 +
            </check>
  
  <check type="uninstall" condition="exists" path="FreeMind" />
+
        <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" />
  <install cmd="%SOFTWARE%\f\FreeMind\FreeMind-Windows-Installer-0.8.1-max.exe /SILENT" />
+
        <remove cmd="%PROGRAMFILES%\FreeMind\unins000.exe /SILENT"  />
 
+
        </package>
  <remove cmd="%PROGRAMFILES%\FreeMind\unins000.exe /SILENT"  />
+
 
+
</package>
+
 
</source>
 
</source>
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Revision as of 10:51, 3 November 2011

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="0.9.0" priority="1">
            <check type="logical" condition="or">
                <check  type='file' condition='sizeequals' path='%PROGRAMFILES%\FreeMind\Freemind.exe' value='215386' />
                <check  type='file' condition='sizeequals' path='%PROGRAMFILES(x86)%\FreeMind\Freemind.exe' value='215386' />
            </check>

        <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>