@PeterJones
Thank you for adding the MSI-Installer section.
The usual switches for silent/passive/… installation work just fine out of the box with the .msi.
@donho
For the .exe installer there are the Notepad++ -specific options, like /noUpdater
These options seem to be missing from the .msi package
For instance: in the putty installer you have the option to set your own install-directory by changing the property of INSTALLDIR
msiexec /i "putty-64bit-0.83-installer.msi" /q INSTALLDIR="C:\Tools"
Screenshot 2025-11-21 070153.png
Those Options seem to not yet exist in the npp-msi installer
Screenshot 2025-11-21 070257.png