PuTTY
Overview
msiexec /i putty-0.83-installer.msi /quiet /norestartUninstall
msiexec /x putty-0.83-installer.msi /quiet /norestart Version & Lifecycle
Community Notes
PuTTY EXE-to-MSI update applicability note
For PuTTY update targeting, account for the historic installer-type change from EXE to MSI after the 0.70-era releases. Devices with an older EXE-based PuTTY install may need a base MSI deployment or cleanup step before MSI-based update logic will detect and service them correctly.
Use the official PuTTY site when validating downloads: PuTTY downloads.
For managed PuTTY updates, account for the installer-family change from the old EXE packages to MSI packages after the 0.70-era releases. Standardize on the official MSI for current Windows deployments and treat older EXE-installed endpoints as a migration case instead of assuming MSI update applicability will cover them. Source: official PuTTY source.
PuTTY MSI deployment and legacy EXE update note
For managed PuTTY deployments, standardize on the official Windows MSI package for current installs and updates. Legacy PuTTY installs from the pre-0.70 EXE installer line are a separate case: MSI-based update detection/applicability should not be expected to upgrade those older EXE installs in place. Remove or replace legacy EXE-era installs first, then manage future versions with the MSI package.
Example quiet MSI pattern: msiexec /i putty-64bit-<version>-installer.msi /qn /norestart /L*v "%WINDIR%\Temp\PuTTY-install.log". If you use a custom install directory, keep detection tied to the MSI-installed PuTTY version/ProductCode rather than an older EXE uninstall entry.
Official source for current Windows MSI packages: PuTTY latest release downloads.
Release Notes & Updates
Help us match vulnerabilities
No vulnerability match yet. Pick the right product:
Don’t see it? Paste a CPE
Also known as
Other names people use for this app — helps search and matching.
Sign in to suggest a name.
Packaging Notes
Available as MSI installers for 32-bit, 64-bit, and ARM64 Windows; also source tarballs for Unix-like systems