Python 64 bit 2.5
| Full internal name: | org.python.Python64 |
| Project site: | http://www.python.org |
| Screen shots: | |
| Download: | Download Python 64 bit 2.5 https://www.python.org/ftp/python/2.5/python-2.5.amd64.msi VirusTotal results |
| Change log: | n/a |
| Description: | programming language |
| License: | PSF license |
| Version: | 2.5 |
| SHA-1 or SHA-256: | 58a904f45d2b227e42bd59d3a141a2564336522c |
| Type: | one file |
| Dependencies: | |
| Tags: | |
| 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%" 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%
"%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:08:55 UTC 2021 |
| Last modified by: | tim.lebedk... |
| Created: | Mon Feb 02 22:23:52 UTC 2015 |
| Created by: | tim.lebedk... |
| Automated tests: | 3 of 3 installations succeeded, 3 of 3 removals succeeded |