Silent Install HQ
MSI Signed WinGet 3 submissions

PuTTY

Simon Tatham · 0.84.0.0 · x64

Before deploying, verify this file with VirusTotal ↗

Silent Commands

Install
MsiExec.exe /i putty-64bit-0.84-installer.msi /qn ALLUSERS=1 REBOOT=ReallySuppress
Uninstall
MsiExec.exe /x {FEE89B49-1A47-476C-864C-1D5076FC2891} /qn REBOOT=ReallySuppress
Repair
MsiExec.exe /fa putty-64bit-0.84-installer.msi /qn REBOOT=ReallySuppress
Logged Install
MsiExec.exe /i putty-64bit-0.84-installer.msi /qn ALLUSERS=1 REBOOT=ReallySuppress /l*v C:\Windows\Temp\putty-64bit-0.84-installer.msi.log
InstallPath
MsiExec.exe /i putty-64bit-0.84-installer.msi /qn ALLUSERS=1 REBOOT=ReallySuppress INSTALLDIR="<INSTALLPATH>"

Intune Detection Rule

MSI Rule
Rule type MSI information
Product code {FEE89B49-1A47-476C-864C-1D5076FC2891}
Product version operator Greater than or equal to
Product version 0.84.0.0
Registry Rule Sandbox-Confirmed
Rule type Registry
Registry hive HKEY_LOCAL_MACHINE
Key path SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{FEE89B49-1A47-476C-864C-1D5076FC2891}
Detection method Version comparison
Value name DisplayVersion
Operator Greater than or equal to
Value 0.84.0.0
Associated with 32-bit app on 64-bit clients No

MSI Properties

Product Code {FEE89B49-1A47-476C-864C-1D5076FC2891}
Upgrade Code {C9EAA861-2B72-4FAF-9FEE-EEB1AD5FD15E}

File Identity

SHA256 190d00150e67ad3ff51af4b50e76a3ab97b863a34efd50472627b17c0cf4102b VirusTotal ↗
Filename putty-64bit-0.84-installer.msi
File Size 3.7 MB
Real Type Composite Document File V2 Document, Little Endian, Os: Windows, Version 5.0, MSI Installer, Code page: 1252, Title: Installation Database, Subject: PuTTY release 0.84 installer, Author: Simon Tatham, Keywords: Installer, Comments: This installer database contains the logic and data required to install PuTTY release 0.84 (64-bit)., Template: x64;1033, Revision Number: {6E88496D-4BD4-4F2B-90EF-7FA7488B687C}, Create Time/Date: Thu May 14 20:34:55 2026, Last Saved Time/Date: Thu May 14 20:34:55 2026, Number of Pages: 200, Number of Words: 2, Number of Characters: 0, Name of Creating Application: Windows Installer XML Toolset (), Security: 2

Installer Technology

Engine Windows Installer via MSI Detection
Confidence 100%

Signature

Status Digitally Signed
Signer Simon Tatham
Issuer Sectigo Public Code Signing CA R36

Installer Selection

WinGet Package

Package ID PuTTY.PuTTY
Version 0.84.0.0
Description A free implementation of SSH and Telnet for Windows and Unix platforms, along with an xterm terminal emulator.
License MIT
Upgrade Behavior uninstallprevious(Uninstall previous first)
Elevation elevatesself(Self-elevates (UAC))
Release Notes - Security issue: fixed a remotely triggerable double-free in RSA key exchange. (We don't know of any way it is exploitable to execute code.) - Minor security issue: fixed a remotely triggerable crash in NIST ECDSA signature verification. (An assertion failure – definitely not exploitable to execute code.) - Minor security issue: fixed marking of Telnet and Rlogin session data with a trust sigil after you authenticated to a proxy (possibly allowing a server to spoof a repeat proxy password promp…