MSI
WinGet
Python 3.4
Python Software Foundation · 3.4.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i python-3.4.1.amd64.msi /quiet /norestart
InstallPath
msiexec /i python-3.4.1.amd64.msi /quiet /norestart TARGETDIR="<INSTALLPATH>"
Custom
msiexec /i python-3.4.1.amd64.msi /quiet /norestart ADDLOCAL=ALL
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{D54842CB-F761-30BA-881F-1FF821DC44DF}
Product version operator
Greater than or equal to
Product version
3.4.1
MSI Properties
Product Code
{D54842CB-F761-30BA-881F-1FF821DC44DF}
File Identity
Filename
python-3.4.1.amd64.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Python.Python.3.4
Version
3.4.1
Description
Python is a programming language that lets you work more quickly and integrate your systems more effectively.
License
PSF-2.0
↗
Homepage
https://www.python.org/
Upgrade Behavior
install(Install over existing)
Release Notes
Core and Builtins
- Issue #21418: Fix a crash in the builtin function super() when called without argument and without current frame (ex: embedded Python).
- Issue #21425: Fix flushing of standard streams in the interactive interpreter.
- Issue #21435: In rare cases, when running finalizers on objects in cyclic trash a bad pointer dereference could occur due to a subtle flaw in internal iteration logic.
Library
- Issue #10744: Fix PEP 3118 format strings on ctypes objects with a nontrivial shape…