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

Silent install instructions and parameters for Notepad++ MUI

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

About: Notepad++ is a free source code editor and Notepad replacement that supports several languages. It runs in the MS Windows environment and uses the Scintilla editing component.
Application Name: Notepad++
Version: 8.5.4
Main Application Process: `notepad++.exe`
Main Application Website URL: https://notepad-plus-plus.org/
Privacy URL: https://notepad-plus-plus.org/privacy/
EXE Installer (Silent Install): npp.x.x.x.Installer.exe

Code: Select all

/S 
EXE Installer (Silent Uninstall): npp.x.x.x.Installer.exe

Code: Select all

/S /D=C:\Program Files\Notepad++ /U
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: Development Tools, Utilities, Productivity

Return to “Silent Install Command Line”