Mercurial 64 bit 1.9.2
| Full internal name: | com.selenic.mercurial.Mercurial64 |
| Project site: | https://www.mercurial-scm.org/ |
| Screen shots: | |
| Download: | Download Mercurial 64 bit 1.9.2 https://www.mercurial-scm.org/release/windows/mercurial-1.9.2-x64.msi VirusTotal results |
| Change log: | https://www.mercurial-scm.org//wiki/WhatsNew |
| Description: | file versioning Tags: hg |
| License: | GPLv2 |
| Version: | 1.9.2 |
| SHA-1 or SHA-256: | 3206c244623b70d02ae31eed4db45cb6fcd7377c |
| 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: | 1 of 2 installations succeeded, 1 of 1 removals succeeded |