Skip to content

Commit

Permalink
removed CompInstall.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
digao-dalpiaz committed Mar 13, 2021
1 parent 0acaa45 commit eeb960d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Binary file removed CompInstall.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion CompInstall.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[General]
Name=Digao Dalpiaz - DzNoteEditor component
Version=1.5
Version=1.6
DelphiVersions=XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4
Packages=DzNotepad;DzNoteEditorDesign
AddLibrary=1
Expand Down
2 changes: 1 addition & 1 deletion DzNotepad.pas
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type TDzNotepad = class(TComponent)

implementation

const STR_VERSION = '1.5';
const STR_VERSION = '1.6';

constructor TDzNotepad.Create(AOwner: TComponent);
begin
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@

## What's New

- 03/13/2021 (Version 1.6)

- Removed CompInstall.exe from component sources due to AV false positive warning (now you can get it directly from CompInstall repository).

- 02/01/2021 (Version 1.5)

- Removed Delphi XE2 from the list of environments as it was never possible to compile in this version.
Expand Down Expand Up @@ -79,7 +83,9 @@ After SynEdit already installed, do the following:

### Auto install

Close Delphi IDE and run **CompInstall.exe** app to auto install component into Delphi.
1. Download Component Installer from: https://github.com/digao-dalpiaz/CompInstall/releases/latest
2. Put **CompInstall.exe** into the component repository sources folder.
3. Close Delphi IDE and run **CompInstall.exe** app.

### Manual install

Expand Down

0 comments on commit eeb960d

Please sign in to comment.