TortoiseGit 64 bit 1.7.7

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

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

VirusTotal results
Change log:n/a
Description:

Windows Explorer extensions for Git

License:GPLv2
Version:1.7.7
SHA-1 or SHA-256:be6bf062cc2a563975ef1fa0bcb7117d071b98a6
Type:one file
Dependencies:
  • Git [1.7.6.2011.7.8, 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:0 of 0 installations succeeded, 0 of 0 removals succeeded