Radu C Popescu
Posts: 15
Joined: Thu Jul 20, 2023 5:31 pm

Silent install instructions and parameters for PuTTY

Below you can find the necessary information to perform a silent installation using the designated silent install parameters for PuTTY

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"`
EXE Installer (Silent Uninstall): Check registry key.
MSI Installer (Silent Install):

Code: Select all

msiexec /x {msisetupname} /qn /l*v “%temp%\install.log”
MSI Installer (Silent Uninstall):

Code: Select all

msiexec /x {productcode} /qn /l*v “%temp%\uninstall.log”
Categories for Intune: Utilities, Productivity

Return to “Silent Install Command Line”