mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-14 18:49:45 +01:00
New Notepad++ NSIS installer cmdline option. If specified on the cmdline, it first tries to use the usual app-closing by sending the WM_CLOSE message to the running Notepad++. If that standard closing fails, it uses consequently the forceful TerminateProcess WINAPI way. Partially fix the #8514, followup of the #14251. Close #15230