Python 64 bit 3.3.1
| Full internal name: | org.python.Python64 |
| Project site: | http://www.python.org |
| Screen shots: | |
| Download: | Download Python 64 bit 3.3.1 https://www.python.org/ftp/python/3.3.1/python-3.3.1.amd64.msi VirusTotal results |
| Change log: | n/a |
| Description: | programming language |
| License: | PSF license |
| Version: | 3.3.1 |
| SHA-1 or SHA-256: | 2a0402a0b575b8c37466ac9abcdc2cd5b398d1b4 |
| 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%
.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%
|
| Last modified: | Sat May 15 09:08:56 UTC 2021 |
| Last modified by: | tim.lebedk... |
| Created: | Tue Aug 02 20:47:46 UTC 2016 |
| Created by: | tim.lebedk... |
| Automated tests: | 2 of 2 installations succeeded, 2 of 2 removals succeeded |