Mercurial 64 bit 1.8.2
| Full internal name: | com.selenic.mercurial.Mercurial64 |
| Project site: | https://www.mercurial-scm.org/ |
| Screen shots: | |
| Download: | Download Mercurial 64 bit 1.8.2 https://www.mercurial-scm.org/release/windows/mercurial-1.8.2-x64.msi VirusTotal results |
| Change log: | https://www.mercurial-scm.org//wiki/WhatsNew |
| Description: | file versioning Tags: hg |
| License: | GPLv2 |
| Version: | 1.8.2 |
| SHA-1 or SHA-256: | C224AE8B4A6FE5C30C05CFD6B5D8503C4E0318CC |
| Type: | one file |
| Dependencies: | |
| Tags: | download-failed-1 |
| Text files: | .Npackd\Install.bat: for /f "delims=" %%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%
"%clu%\clu" add-path --path "%CD%"
verify.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 /b 0
if %err% neq 0 exit /b %err%
"%clu%\clu" remove-path --path "%CD%"
verify |
| Last modified: | Sat May 15 09:29:55 UTC 2021 |
| Last modified by: | tim.lebedk... |
| Created: | Mon Feb 02 21:44:47 UTC 2015 |
| Created by: | tim.lebedk... |
| Automated tests: | 2 of 3 installations succeeded, 2 of 2 removals succeeded |