FAQ | This is a LIVE service | Changelog

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

Merge branch 'openbugs' into 'master'

added downgrade and remove section for old Maths package

See merge request !167
parents 34834738 20d4704a
No related branches found
No related tags found
1 merge request!167added downgrade and remove section for old Maths package
......@@ -13,8 +13,25 @@
<upgrade include="remove" />
<upgrade include="install" />
<downgrade include="remove" />
<downgrade include="install" />
<remove cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd _ui' />
<remove cmd='"%PROGRAMFILES(x86)%\OpenBUGS\OpenBUGS%version%\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /LOG' >
<condition>
<check type="file" condition="exists" path="%PROGRAMFILES(x86)%\OpenBUGS\OpenBUGS%version%\unins000.exe" />
</condition>
<exit code="any" />
</remove>
<remove cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd _ui' />
<!-- Section to remove old Maths install -->
<remove cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd _ui' />
<remove cmd='"%PROGRAMFILES(x86)%\OpenBUGS\OpenBUGS%version%\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /LOG' ><exit code="any" /></remove>
<remove cmd='"%PROGRAMFILES(x86)%\OpenBUGS\OpenBUGS321\unins000.exe" /VERYSILENT /SUPPRESSMSGBOXES /LOG' >
<condition>
<check type="file" condition="exists" path="%PROGRAMFILES(x86)%\OpenBUGS\OpenBUGS321\unins000.exe" />
</condition>
<exit code="any" />
</remove>
<remove cmd='cmd /c %WPKGSOFTWARE%\wpkg\tools\waitforprocess.cmd _ui' />
</package>
......
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