FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit aa93f899 authored by Mr Chris B Mortimer's avatar Mr Chris B Mortimer
Browse files

Git for windows added

parent df260a2e
No related branches found
No related tags found
Loading
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="git" name="git" revision="%version%.2" priority="0" reboot="false">
<variable name="version" value="2.24.0" />
<check type="uninstall" path="Git version %version%" condition="exists" />
<install cmd='%WPKGSOFTWARE%\git\git-%version%-64-bit.exe /sp- /verysilent /suppressmsgboxes /norestart' />
<upgrade include='remove' />
<upgrade include='install' />
<!-- hopefully one or the other of these will work. If not, dunno what to do! -->
<remove cmd='"%programfileswpkg%\git\unins000.exe" /verysilent /suppressmsgboxes /sp-'>
<exit code="-1"/>
</remove>
<remove cmd='"%programfiles%\git\unins000.exe" /verysilent /suppressmsgboxes /sp-'>
<exit code="-1"/>
</remove>
</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