Silent Install HQ
MSI WinGet

Python 3.3

Python Software Foundation · 3.3.2 · x86

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
msiexec /i python-3.3.2.msi /quiet /norestart
InstallPath
msiexec /i python-3.3.2.msi /quiet /norestart TARGETDIR="<INSTALLPATH>"
Custom
msiexec /i python-3.3.2.msi /quiet /norestart ADDLOCAL=ALL

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {92389DE9-939E-341B-A076-1D52D7DBCA71}
Product version operator Greater than or equal to
Product version 3.3.2

MSI Properties

Product Code {92389DE9-939E-341B-A076-1D52D7DBCA71}

File Identity

SHA256 1465b3f5f428819c693408861596abec0571b01f204742e06b2bf233bc218893 VirusTotal ↗
Filename python-3.3.2.msi

Signature

Status Upload installer to verify signature

Installer Selection

WinGet Package

Package ID Python.Python.3.3
Version 3.3.2
Description Python is a programming language that lets you work more quickly and integrate your systems more effectively.
License PSF-2.0
Upgrade Behavior install(Install over existing)
Release Notes Core and Builtins - Issue #17237: Fix crash in the ASCII decoder on m68k. - Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again. - Issue #17863: In the interactive console, don’t loop forever if the encoding can’t be fetched from stdin. - Issue #17867: Raise an ImportError if __import__ is not found in __builtins__. - Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, such as was shipped with Centos 5…