FAQ | This is a LIVE service | Changelog

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

Merge branch 'graphpadprism' into 'master'

Added xml for GraphPad Prism per RT247056

See merge request !382
parents 693c3866 64ec09fb
No related branches found
No related tags found
1 merge request!382Added xml for GraphPad Prism per RT247056
<?xml version="1.0" encoding="UTF-8"?>
<packages:packages xmlns:packages="http://www.wpkg.org/packages">
<package id="prism" name="GraphPad Prism" revision="%version%.1" priority="0" reboot="false">
<!-- installer fails registering PrismSearchPlugin64.dll when run inside docker -->
<variable name="GIT_CITEST" value="broken" />
<!-- Taken from searchreg.vbs DisplayName. N.B. different than DisplayVersion -->
<variable name="version" value="10.4.1.627" />
<check type="uninstall" condition="exists" path="GraphPad Prism %version%" />
<install cmd='msiexec /qn /i %WPKGSOFTWARE%\prism\InstallPrism10.msi /l* %WPKGLOGDIR%\graphpadprism-install.log' />
<upgrade include='remove' />
<upgrade include='install' />
<remove cmd='msiexec /qn /x{933C02B4-14E6-4601-9CEA-5E22E80030C6}' />
</package>
</packages: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