FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit af5e376f authored by Dr Catherine Pitt's avatar Dr Catherine Pitt
Browse files

Mathematica 10.1

parent 7319806d
No related branches found
No related tags found
1 merge request!87Mathematica.xml
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="mathematica" name="Mathematica" revision="%version%.3" reboot="false" priority="30">
<package id="mathematica" name="Mathematica" revision="%version%.12" reboot="false" priority="30">
<variable name="version" value="10.0" />
<variable name="version" value="10.1" />
<variable name="majorversion" value="10" />
<check type="uninstall" condition="versiongreaterorequal" path="Wolfram Mathematica %majorversion%.*" value="%version%" />
<!-- Wildcards in path do not work, empirically, so even though wpkg for v10.0 used them I am not -->
<check type="uninstall" condition="versiongreaterorequal" path="Wolfram Mathematica 10.1 (M-WIN-L 10.1.0 5292918)" value="%version%" />
<!-- mathematica seems to complain if it can't run this uninstaller?! -->
<!-- <install cmd='cmd /c if exist "%AllUsersProfile%\Application Data\Mathematica\Applications\Extras\UninstallFiles\Windows\unins000.exe" "%AllUsersProfile%\Application Data\Mathematica\Applications\Extras\UninstallFiles\Windows\unins000.exe" /silent'/> -->
<!-- attempt to uninstall 9, first; if there's an error it's probably because it's not there -->
<install cmd='"%programfiles%\wolfram research\mathematica\9.0\systemfiles\uninstallfiles\windows\unins000.exe" /silent /suppressmsgboxes'>
<!-- attempt to uninstall 10.0, first; if there's an error it's probably because it's not there -->
<install cmd='"%programfiles%\Wolfram Research\Mathematica\10.0\SystemFiles\UninstallFiles\Windows\unins000.exe" /VERYSILENT'>
<exit code='any'/>
</install>
<install cmd='"%programfiles%\Extras\uninstallfiles\windows\unins000.exe" /silent /suppressmsgboxes'>
<install cmd='"%programfiles%\Extras\uninstallfiles\windows\unins000.exe" /verysilent'>
<exit code='any'/>
</install>
<install cmd='%SOFTWARE%\wolfram\mathematica\%version%\Mathematica_10.0.0_WIN.exe /verysilent /suppressmsgboxes'/>
<install cmd='%SOFTWARE%\wolfram\mathematica\%version%\setup.exe /verysilent /suppressmsgboxes'/>
<install cmd='cmd /c mkdir "%AllUsersProfile%\Application Data\Mathematica\Licensing" '>
<exit code='1'/>
</install>
......@@ -33,10 +34,10 @@
</upgrade>
<upgrade include="install" />
<remove cmd='"%ProgramFiles%\Wolfram Research\Mathematica\10.0\SystemFiles\UninstallFiles\Windows\unins000.exe" /VERYSILENT'>
<remove cmd='"%ProgramFiles%\Wolfram Research\Mathematica\10.1\SystemFiles\UninstallFiles\Windows\unins000.exe" /VERYSILENT'>
<exit code="9009"/>
</remove>
<remove cmd='"%ProgramFiles(x86)%\Wolfram Research\Mathematica\10.0\SystemFiles\UninstallFiles\Windows\unins000.exe" /VERYSILENT'>
<remove cmd='"%ProgramFiles(x86)%\Wolfram Research\Mathematica\10.1\SystemFiles\UninstallFiles\Windows\unins000.exe" /VERYSILENT'>
<exit code="9009"/>
</remove>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment