About: PuTTY is a free and open-source terminal emulator, serial console, and network file transfer application. It provides users with a simple and lightweight tool for accessing remote systems and managing network connections securely. PuTTY supports various protocols such as SSH, Telnet, and serial.
Application Name: PuTTY
Version: 0.78.0.0
Main Application Process: `putty.exe`
Main Application Website URL: https://www.putty.org/
Privacy URL: https://www.chiark.greenend.org.uk/~sgt ... ivacy.html
EXE Installer (Silent Install): putty.exe
Code: Select all
/SILENT /COMPONENTS="putty,puttygen,pscp,psftp"`
MSI Installer (Silent Install):
Code: Select all
msiexec /x {msisetupname} /qn /l*v “%temp%\install.log”
Code: Select all
msiexec /x {productcode} /qn /l*v “%temp%\uninstall.log”