TortoiseGit 64 bit 1.8.2

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

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

VirusTotal results
Change log:n/a
Description:

Windows Explorer extensions for Git

License:GPLv2
Version:1.8.2
SHA-1 or SHA-256:4a9a03df2813eed306e7a6b63b12e1cb1666d020
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%" INSTALLDIR="%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:01 UTC 2021
Last modified by:tim.lebedk...
Created:Mon Aug 29 19:08:57 UTC 2016
Created by:tim.lebedk...
Automated tests:0 of 0 installations succeeded, 0 of 0 removals succeeded