Changes

GeoGebra

1,176 bytes added, 19:24, 28 February 2013
Updated package definition using msi installer
[http://www.geogebra.org/cms/ GeoGebra] is a dynamic geometry, algebra and calculus software for schools.
 
==MSI install==
 
You can download geogebra msi installer from [https://code.google.com/p/geogebra/downloads/list GoogleCode]
 
<source lang="xml">
<packages:packages
xmlns:packages="http://www.wpkg.org/packages" xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="../../xsd/packages.xsd" >
 
<package id="geogebra"
name="GeoGebra"
revision="%PKG_VERSION%.0"
reboot="false"
priority="5">
 
<variable name="PKG_VERSION" value="4.2.21.0" />
<variable name="PKG_SVERSION" value="4-2-21-0" />
<variable name="PKG_MSI" value="%SOFTWARE%\geogebra\GeoGebra-Windows-Installer-%PKG_SVERSION%.msi" />
 
<depends package-id="java" />
 
<check type="uninstall" condition="versiongreaterorequal" path="GeoGebra .+" value="%PKG_VERSION%" />
 
<install cmd='msiexec /qn /i "%PKG_MSI%"' />
 
<upgrade include="install" />
<downgrade include="install" />
 
<remove cmd='msiexec /qn /x "%PKG_MSI%"' />
</package>
</source>
 
==Previous version==
(i think this section should be removed)
Note: I'm not sure if the silent installation uses the systems default locale, so maybe you want to change the language (you can do it after the install, though). If someone knows how to implement this, please adjust the code accordingly. [http://helpnet.macrovision.com/robo/projects/helplibdevstudio9/IHelpSetup_EXECmdLine.htm This] or [http://helpnet.macrovision.com/robo/projects/helplibdevstudio9/IHelpCmdLineMSI.htm this] document may help.
10
edits