Notepad++ 8.8.8 release
-
Notepad++ release 8.8.8 is available:
https://notepad-plus-plus.org/news/v888-released/Notepad++ v8.8.8 new features, regression fixes & bug-fixes:
- Add Notepad++ MSI (x64) for enterprise IT deployment. (Fix #2326, #2368, #16767)
- Security enhancement: prevent Notepad++ Updater from being hijacked. (Implement #17116, commit)
- Fix multi-selection crash (regression) when smart highlighting is enabled. (Fix #17086, #17126)
- Add tab label length limitation option to have reasonable tab width. (Fix #3332, #5563, #12563, #16417)
- Improve the performance of saving session on exit. (Implement #17079)
- Fix Distraction free mode disabling tab bar hiding regression. (Fix #17102, #16831)
- Add text scale support. (Fix #16427, #17167, #17129)
- Fix switching among some encoding not working issue. (Fix #17033)
- Fix Notepad++ not handle system default code page UTF-8 well. (Fix #17057)
- Improve Rust handling: keywords and autoCompletion. (Fix #16904)
As usual, auto-updater will be triggered in one week, if no critical issue found.
-
quick note about this update… for some reason the exe installer got stuck during the regsvr32 phase…
for about 30-60 seconds… then it finally completed… and exited…
I am running Windows 11 PRO v25H2 build 26200.7171

-
Looks like a Windows 11 bug. When an installer calls regsrv32.exe, dllhost.exe crashes. This also happens with other installers. However, I don’t know where to report this error to Microsoft.
The ‘good news’ is that apart from the extended installation time, there don’t seem to be any other consequences. -
Hello,
just tried to install the .msi version on a PC where I already had the .exe version.
At the end both seems to be installed:(msi) Notepad++
(exe) Notepad++ (64-bit x64)Then I removed the .exe one from Control Panel: the msi was still there but of cource it wasn’t as it was removed by the Uninstall of the exe one.
Thanks,
Andrea
-
Hello,
Notepad++ v8.8.8 installed without a hitch. Double-clicking to initiate the installer first required deleting the self-signed certificates that were in place, to avoid Windows’ UAC (User Account Control) warning with the “Don’t Run” button. Also, this might be a bit late, but congratulations on acquiring an official digital certificate. Keep up the great work!
-
Hello,
where can i find the install switches for the silent installation with the new msi-installer?
Thanks
-
For the .exe installer there are a few command line options as detailed in Command Line Arguments | Notepad++ User Manual
At the moment i am unable to find those for the new .msi installer.
Parsing the installer with Orca shows no proberties that could be changed into that direction and also replacing the .exe options in .msi writing doesn’t seem to work either.
i.e. instead of /noUpdater a noUpdater=“1”If I am missing something here, I would be glad to be pointed in the right direction, or perhaps the information if the options will be added in in future releases
-
just tried to install the .msi version on a PC where I already had the .exe version.
At the end both seems to be installed:The MSI is supposed to be used for IT deployment only.
where can i find the install switches for the silent installation with the new msi-installer?
If you use MSI for IT deployment, there must be a option in SCCM, or other MS deployment tools, or am I missing somethings?
At the moment i am unable to find those for the new .msi installer.
I have no experience in IT deployment, but if I do understand, MSI is the standard installer format of MS Windows. So you should check the parameters of MSI in MS deployment document.
-
@donho said in Notepad++ 8.8.8 release:
So you should check the parameters of MSI in MS deployment document.
Microsoft documents command-line options that can be used to influence MSI installation using short-name options and long-name options.
I am in the process of adding a note to that effect in the Getting Started > Installer and Command Line Arguments > Installer Options sections of the User Manual
-
@SwordReign8 said in Notepad++ 8.8.8 release:
Notepad++ v8.8.8 installed without a hitch. Double-clicking to initiate the installer first required deleting the self-signed certificates that were in place, to avoid Windows’ UAC (User Account Control) warning with the “Don’t Run” button. Also, this might be a bit late, but congratulations on acquiring an official digital certificate
I suppose that you’re talking about Notepad++ EXE installer. Double signed installer works fine to me, and Notepad++ root certificate has been already removed from my laptop.
Is there anyone here has encountered the same problem?