Changes

SourceTree

713 bytes added, 11:26, 18 March 2015
GIT client
A GIT and Mercurial client for Windows.

Download the client and run it with /extract to get the msi and cab file. It depends on .Net 4+

<source lang="xml">
<package
id="sourcetree"
name="SourceTree"
revision="%VERSION%"
priority="1"
reboot="false">
<depends package-id="dotnet4"/>
<variable name="VERSION" value="1.6.14" />
<check type="uninstall" condition="versionequalto" path="SourceTree" value="%version%" />
<install cmd='msiexec /i %SOFTWARE%\sourcetree\SourceTreeSetup_%VERSION%.msi /QN /NORESTART '/>
<upgrade include='install' />
<remove cmd='MsiExec.exe /X{946CDE9B-9863-48F8-B184-A3460FE5DAE7} /QN /NORESTART '/> <!-- 1.6.14 -->
</package>
</source>
76
edits