Changes

GeoGebra

1,245 bytes added, 01:48, 11 February 2008
New entry
[http://www.geogebra.org/cms/ GeoGebra] is a dynamic geometry, algebra and calculus software for schools.

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.

When unpacking the setup file there is a cancel button visible for some seconds. The user could abort the installation here. So if someone knows how to suppress this, you know what to do! ;-)

<source lang="xml">
<package
id="geogebra"
name="GeoGebra 3.0 RC 1"
revision="1"
reboot="false"
priority="1">
<depends package-id="java6" />
<check type="uninstall" condition="exists" path="GeoGebra" />
<upgrade cmd="%SOFTWARE%\GeoGebra_3_0_0_0_Release_Candidate_1.exe /s" />
<install cmd="%SOFTWARE%\GeoGebra_3_0_0_0_Release_Candidate_1.exe /s" />
<remove cmd="%PROGRAMFILES%\maxima\uninst\unins000.exe /SILENT" />
</package>
</source>

[[category:Silent Installers|GeoGebra]]
54
edits