TortoiseGit 64 bit 1.7.6

Full internal name:com.googlecode.tortoisegit.TortoiseGit64
Project site:https://tortoisegit.org/
Screen shots:
Download: Download TortoiseGit 64 bit 1.7.6

https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/tortoisegit/TortoiseGit-1.7.6.0-64bit.msi

VirusTotal results
Change log:n/a
Description:

Windows Explorer extensions for Git

License:GPLv2
Version:1.7.6
SHA-1 or SHA-256:60ab4099e811d79fe90ae8d8f184b163bdc57fa8
Type:one file
Dependencies:
  • Git [1.7.4.2011.2.4, 1.8)
Tags:
Text files:
.Npackd\Install.bat:
for /f %%x in ('dir /b *.msi') do set setup=%%x
copy "%setup%" .Npackd
msiexec.exe /qn /norestart /Lime .Npackd\MSI.log /i "%setup%" TARGETDIR="%CD%" ALLUSERS=1
set err=%errorlevel%
type .Npackd\MSI.log
rem 3010=restart required
if %err% equ 3010 exit /b 0
if %err% neq 0 exit /b %err%
.Npackd\Uninstall.bat:
move .Npackd\*.msi .
for /f %%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 /b 0
if %err% neq 0 exit /b %err%
Last modified:Sat May 15 09:35:00 UTC 2021
Last modified by:tim.lebedk...
Created:Mon Aug 29 19:08:56 UTC 2016
Created by:tim.lebedk...
Automated tests:2 of 2 installations succeeded, 1 of 1 removals succeeded