FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit ae4a780a authored by Charles Callow's avatar Charles Callow
Browse files

Mathematica -> v11.0.1

parent 5c9337fd
No related branches found
No related tags found
1 merge request!87Mathematica.xml
mathematica.xml 100755 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="mathematica" name="Mathematica" revision="%version%.13" reboot="false" priority="30">
<package id="mathematica" name="Mathematica" revision="%version%.1" reboot="false" priority="0">
<variable name="version" value="10.4.1" />
<variable name="majorversion" value="10" />
<variable name="version" value="11.0.1" />
<variable name="majorversion" value="11" />
<!-- 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.4 (M-WIN-L 10.4.1 5514214)" value="%version%" />
<check type="uninstall" condition="versiongreaterorequal" path="Wolfram Mathematica 11 (M-WIN-L 11.0.1 5597744)" 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 10.1, first; if there's an error it's probably because it's not there -->
<install cmd='"%programfiles%\Wolfram Research\Mathematica\10.1\SystemFiles\UninstallFiles\Windows\unins000.exe" /VERYSILENT'>
<!-- attempt to uninstall 10.4, first; if there's an error it's probably because it's not there -->
<install cmd='"%programfiles%\Wolfram Research\Mathematica\10.4\SystemFiles\UninstallFiles\Windows\unins000.exe" /VERYSILENT'>
<exit code='any'/>
</install>
<install cmd='"%programfiles%\Extras\uninstallfiles\windows\unins000.exe" /VERYSILENT'>
<exit code='any'/>
</install>
<install cmd='%SOFTWARE%\wolfram\mathematica\%version%\setup.exe /verysilent /suppressmsgboxes'/>
<install cmd='cmd /c mkdir "%AllUsersProfile%\Application Data\Mathematica\Licensing" '>
<install cmd='cmd /c mkdir "%ProgramData%\Mathematica\Licensing" '>
<exit code='1'/>
</install>
<install cmd='cmd /c copy %SOFTWARE%\wolfram\mathematica\mathpass "%AllUsersProfile%\Application Data\Mathematica\Licensing\mathpass" '/>
<!-- Place mathpass in the default location for global password (different directory to <=10.x!) -->
<install cmd='cmd /c copy %SOFTWARE%\wolfram\mathematica\mathpass "%ProgramData%\Mathematica\Licensing\mathpass" '/>
<upgrade cmd='cmd /c taskkill /f /im "mathkernel.exe"'>
......@@ -34,10 +32,10 @@
</upgrade>
<upgrade include="install" />
<remove cmd='"%ProgramFiles%\Wolfram Research\Mathematica\10.4\SystemFiles\UninstallFiles\Windows\unins000.exe" /VERYSILENT'>
<remove cmd='"%ProgramFiles%\Wolfram Research\Mathematica\11.0\SystemFiles\UninstallFiles\Windows\unins000.exe" /VERYSILENT'>
<exit code="9009"/>
</remove>
<remove cmd='"%ProgramFiles(x86)%\Wolfram Research\Mathematica\10.4\SystemFiles\UninstallFiles\Windows\unins000.exe" /VERYSILENT'>
<remove cmd='"%ProgramFiles(x86)%\Wolfram Research\Mathematica\11.0\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