FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 30078f67 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Initial import of origin.xml from chem repo

parent 1239c548
No related branches found
No related tags found
1 merge request!7Origin2020
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="origin" name="Origin" revision="%version%.1" priority="0" reboot="false">
<variable name="year" value="2020" />
<variable name="version" value="9.7" />
<variable name="short_vers" value="97" />
<check type="uninstall" condition="exists" path="Origin %year%"/>
<install cmd='cmd /c mkdir "c:\netinst\logs"'><exit code="1"/></install>
<install cmd='cmd /c "%software%\wpkg\tools\waitforprocess.cmd setup.exe"' />
<install cmd='%software%\origin\%year%\setup.exe /s /f1%software%\origin\%year%\install.iss /f2c:\netinst\logs\origin%short_vers%_install.log' />
<install cmd='cmd /c "%software%\wpkg\tools\waitforprocess.cmd setup.exe"' />
<install cmd='cmd /c mkdir "%allusersprofile%\originlab\%short_vers%\license\"'><exit code="1"/></install>
<install cmd='cmd /c copy /y "%software%\origin\use_server.lic" "%allusersprofile%\originlab\%short_vers%\license\" ' />
<!-- try to remove old versions -->
<remove cmd="%software%\origin\9.1\Origin91SR0Setup\setup.exe /s /f1%software%\origin\9.1\Origin91SR0Setup\uninstall.iss /f2c:\netinst\logs\origin91-out.log"><exit code="-2147213312"/> <!-- not installed --></remove>
<remove cmd='"%software%\origin\9.4\Origin2017Sr2NewH\setup.exe" /s /f1"%software%\origin\9.4\Origin2017Sr2NewH\uninstall.iss" /f2"c:\netinst\logs\origin94_uninstall.log"'><exit code="-2147213312"/> <!-- not installed --></remove>
<!-- finally remove this version. -->
<remove cmd="%software%\origin\%year%\setup.exe /s /f1%software%\origin\%year%\uninstall.iss /f2c:\netinst\logs\origin%short_vers%-out.log"><exit code="-2147213312"/> <!-- not installed --></remove>
<upgrade include="remove" />
<upgrade include="install"/>
</package>
</packages>
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