xomx
1be0044663
Installer enhancement: prevent arm64 installer from installing on non ARM64 system
...
Fix #12320 , close #12331
2022-10-16 01:38:30 +02:00
xomx
a6a1442bab
Installer enhancement: remember "Don't use_%APPDATA%" option
...
Added detection of the "doLocalConf.xml" trigger-file from the previous installation.
Fix #12202 , close #12326
2022-10-15 23:38:50 +02:00
Don Ho
6892bcbf3a
Fix Inslaller bad checkbox display under high DPI (250%)
...
Close #11384
2022-03-14 12:50:57 +01:00
xomx
c19033c917
Make the silent uninstall of N++ via 'winget' possible
...
Fix issue https://github.com/microsoft/winget-pkgs/issues/49601
Fix #11310 , close #11316
2022-03-02 22:27:09 +01:00
Don Ho
686bf4fba1
Fix security flaw issue
...
There's a security flaw for the un-installation of Notepad++ in Windows Register, the string without quotes:
C:\Program Files\Notepad++\uninstall.exe, whereas it should be "C:\Program Files\Notepad++\uninstall.exe".
The reason is, hacker can create a file called c:\program.exe, then Windows could interpret Files\Notepad++\uninstall.exe as the argument, so the system could run c:\program.exe. Ref:
https://isc.sans.edu/diary/Help+eliminate+unquoted+path+vulnerabilities/14464
Fixed by @ozone10:
Fix #10191 , fix #6165 , close #10369
2021-08-13 13:49:40 +02:00
Don HO
266ca29861
Add ARM64 packages for the official distribution
2021-04-21 20:42:01 +02:00
Don HO
a4d7f77016
Fix regression of installer which cannot be launched
...
The regression is due to commit "Drop XP in installer" (ca1bcb1ec0
).
2021-02-06 15:23:15 +01:00
Don HO
ab5c1d3e2a
Upgrade Notepad++ License
...
Update GPL version from v2 to v3.
Fix #9425 , close #9441
2021-01-24 01:51:19 +01:00
Don HO
ca1bcb1ec0
Drop XP in installer
2021-01-22 04:35:56 +01:00
Don HO
b96f91c39a
Fix x64 installer option issue
...
x64 installer set installation path in "C:/Program Files/Notepad++/" but "don't use %APPDATA%" is enabled.
This commit fix this issue (make it disabled)
Fix #6243
2019-10-21 20:21:05 +02:00
Don HO
03daf5559e
Make installer more coherent for the option doLocalConf.xml
...
If the install path is under %PROGRAMFILE% then option to copy doLocalConf.xml will be unchecked and disabled.
2018-12-08 17:33:03 +01:00
Don HO
f8aba0122e
Make %PROGRAMDATA%\Notepad++\plugins\ as default plugins installation location
...
And remove %LOCALAPPDATA%\Notepad++\plugins\ location
2018-12-02 00:58:07 +01:00
Don HO
44baa33d1e
Add the option to installer for installing the plugins in %PROGRAMDATA%
2018-11-24 17:30:19 +01:00
Don HO
3465cac7ce
Fix Installer HI-DPI GUI glitch.
2018-11-14 03:37:13 +01:00
Don HO
4fa910c74b
Add nppPluginList into the installer.
2018-11-06 13:31:20 +01:00
Don HO
113212547f
Remove allowAppDataPluginsLoading option from the installer
2018-11-03 20:57:10 +01:00
Don HO
19f24d1d65
Add new installer argument /allowAppDataPluginsLoading
...
The new installer argument /allowAppDataPluginsLoading add file
allowAppDataPlugins.xml which allows Notepad++ to load plugins
from "%APPDATA%\Notepad++\plugins\"
2017-07-09 09:10:04 +02:00
SinghRajenM
7e5afd862a
Don't open change.log everytime
...
This bug is reproduced that user is pinning Notepad++ on the task bar
after its installation.
Fixes #2896 , fixes #2979 , fixes #3014 , closes #3162
2017-05-13 16:22:14 +02:00
Don Ho
67b0ed9b42
Minors fixes
...
Closes #2797 , closes #2663
2017-02-09 23:35:17 +01:00
SinghRajenM
c95e098500
Fix the problem of launch Notepad++ with Admin right after installation.
...
Launch N++ with same privileges as explorer
FIxes #2641 , fixes #159 , fixes #556 , closes #2643
2016-12-24 21:11:34 +01:00
SinghRajenM
2b27a5f33b
Write additional uninstaller information
...
- Use DWORD instead of string for Minor and major version
- Show only "Uninstall" instead of "Uninstall/Change"
- Write installed size as well which will be shown in "Program and Features"
Closes #2580
2016-11-19 18:09:18 +01:00
Rajendra Singh
df91244234
Distinguish between x64 and x86 installer
...
Closes #2330
2016-10-01 13:19:43 +02:00
Don Ho
1a0cde0271
Remove unecessary component (ChangeIcon.exe)
...
Sign all binaries
Add License header
2016-09-21 20:55:10 +02:00
Don Ho
6d2b1e4f5e
Remove the old icon
2016-09-21 09:06:22 +02:00
Don Ho
fc014595a3
Make x32 and x64 packages
...
Refactoring NSIS installer
2016-09-09 23:26:15 +02:00