Difference between revisions of "Maxima"
From WPKG | Open Source Software Deployment and Distribution
(New entry) |
m |
||
Line 1: | Line 1: | ||
+ | This is a silent installer for Maxima. | ||
+ | |||
[http://maxima.sourceforge.net/ Maxima] is a [http://en.wikipedia.org/wiki/Computer_algebra_system CAS] (computer algebra system) for symbolic mathematics. | [http://maxima.sourceforge.net/ Maxima] is a [http://en.wikipedia.org/wiki/Computer_algebra_system CAS] (computer algebra system) for symbolic mathematics. | ||
Revision as of 06:51, 11 February 2008
This is a silent installer for Maxima.
Maxima is a CAS (computer algebra system) for symbolic mathematics.
<package
id="maxima"
name="Maxima 5.14.0"
revision="1"
reboot="false"
priority="1">
<check type="uninstall" condition="exists" path="Maxima 5.14.0" />
<upgrade cmd="%SOFTWARE%\maxima-5.14.0a.exe /SILENT /SUPPRESSMSGBOXES" />
<install cmd="%SOFTWARE%\maxima-5.14.0a.exe /SILENT /SUPPRESSMSGBOXES" />
<remove cmd="%PROGRAMFILES%\maxima\uninst\unins000.exe /SILENT" />
</package>
Hints: If there is a new version, every occurrence of the version number has to be adjusted. You can add the following switches for an individual installation:
- /VERYSILENT instead of /SILENT to prevent users from aborting install (you can do the same for the uninstall program)
- /LANG=de for installation language (insert a valid language code for your language)
- /DIR=%PROGRAMFILES%\Maxima\ if you don't want Maxima to be installed into a folder containing the version number
- /GROUP=Math\Maxima to put the start menu group in a subfolder (and to rename it)
- /MERGETASKS=!desktopicon if you don't want the wxMaxima desktop icon to be installed