mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2359 from hpwamr/mui
+ chg: Minor corrections in Notepad3 Installer
This commit is contained in:
commit
ffc6a75062
@ -275,11 +275,13 @@ Type: files; Name: {#quick_launch}\{#app_name}.lnk; Check: not IsTaskSelect
|
||||
Type: files; Name: {app}\Notepad3.ini
|
||||
Type: files; Name: {app}\Readme.txt
|
||||
Type: files; Name: {app}\minipath.ini
|
||||
Type: files; Name: {app}\grepWinNP3.ini
|
||||
|
||||
|
||||
[UninstallDelete]
|
||||
Type: files; Name: {app}\Notepad3.ini
|
||||
Type: files; Name: {app}\minipath.ini
|
||||
Type: files; Name: {app}\grepWinNP3.ini
|
||||
Type: dirifempty; Name: {app}
|
||||
|
||||
|
||||
@ -422,6 +424,7 @@ procedure CleanUpSettings();
|
||||
begin
|
||||
DeleteFile(ExpandConstant('{userappdata}\Rizonesoft\Notepad3\Notepad3.ini'));
|
||||
DeleteFile(ExpandConstant('{userappdata}\Rizonesoft\Notepad3\minipath.ini'));
|
||||
DeleteFile(ExpandConstant('{userappdata}\Rizonesoft\Notepad3\grepWinNP3.ini'));
|
||||
RemoveDir(ExpandConstant('{userappdata}\Rizonesoft\Notepad3'));
|
||||
end;
|
||||
|
||||
|
||||
@ -217,11 +217,13 @@ Type: files; Name: {#quick_launch}\{#app_name}.lnk; Check: not IsTaskSelect
|
||||
Type: files; Name: {app}\Notepad3.ini
|
||||
Type: files; Name: {app}\Readme.txt
|
||||
Type: files; Name: {app}\minipath.ini
|
||||
Type: files; Name: {app}\grepWinNP3.ini
|
||||
|
||||
|
||||
[UninstallDelete]
|
||||
Type: files; Name: {app}\Notepad3.ini
|
||||
Type: files; Name: {app}\minipath.ini
|
||||
Type: files; Name: {app}\grepWinNP3.ini
|
||||
Type: dirifempty; Name: {app}
|
||||
|
||||
|
||||
@ -364,6 +366,7 @@ procedure CleanUpSettings();
|
||||
begin
|
||||
DeleteFile(ExpandConstant('{userappdata}\Rizonesoft\Notepad3\Notepad3.ini'));
|
||||
DeleteFile(ExpandConstant('{userappdata}\Rizonesoft\Notepad3\minipath.ini'));
|
||||
DeleteFile(ExpandConstant('{userappdata}\Rizonesoft\Notepad3\grepWinNP3.ini'));
|
||||
RemoveDir(ExpandConstant('{userappdata}\Rizonesoft\Notepad3'));
|
||||
end;
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
1
|
||||
2
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.20.521.1"
|
||||
version="5.20.521.2"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 BETA</description>
|
||||
|
||||
@ -9,7 +9,7 @@
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 20
|
||||
#define VERSION_REV 521
|
||||
#define VERSION_BUILD 1
|
||||
#define VERSION_BUILD 2
|
||||
#define SCINTILLA_VER 433
|
||||
#define ONIGURUMA_REGEX_VER 6.9.5
|
||||
#define UCHARDET_VER 2018.09.27
|
||||
|
||||
Loading…
Reference in New Issue
Block a user