SourceTree 1.7.0.32509

Full internal name:com.sourcetreeapp.SourceTree
Project site:http://sourcetreeapp.com
Screen shots:
Download: Download SourceTree 1.7.0.32509

https://downloads.atlassian.com/software/sourcetree/windows/SourceTreeSetup_1.7.0.32509.exe

VirusTotal results
Change log:n/a
Description:

Git and Mercurial client

Tags: hg

License:unknown
Version:1.7.0.32509
SHA-1 or SHA-256:8b6c8f99f0a867d30b99862cbd910f1969df8613
Type:one file
Dependencies:
Tags:
Text files:
.Npackd\Install.bat:
for /f "delims=" %%x in ('dir /b *.exe') do set setup=%%x

"%setup%" /exenoui /extract

for /f "delims=" %%x in ('dir /b *.msi') do set msi=%%x
move "%msi%" .Npackd

"%setup%" /qn /norestart /Lime .Npackd\MSI.log TARGETDIR="%CD%" ALLUSERS=1 && del /f /q "%setup%"
set err=%errorlevel%
type .Npackd\MSI.log
rem 3010=restart required
if %err% equ 3010 exit 0
if %err% neq 0 exit %err%
.Npackd\Uninstall.bat:
move .Npackd\*.msi .
for /f "delims=" %%x in ('dir /b *.msi') do set setup=%%x
msiexec.exe /qn /norestart /Lime .Npackd\MSI.log /x "%setup%"
set err=%errorlevel%
type .Npackd\MSI.log
rem 3010=restart required
if %err% equ 3010 exit 0
if %err% neq 0 exit %err%
Last modified:Sat May 15 09:03:50 UTC 2021
Last modified by:tim.lebedk...
Created:Sun Feb 21 19:03:08 UTC 2016
Created by:tim.lebedk...
Automated tests:3 of 3 installations succeeded, 3 of 3 removals succeeded