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 e299a49 commit 2f02b9e
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 - DzTalkApp component
Version=1.7
Version=1.8
DelphiVersions=XE3;XE4;XE5;XE6;XE7;XE8;10;10.1;10.2;10.3;10.4
Packages=DzTalkApp
AddLibrary=1
Expand Down
2 changes: 1 addition & 1 deletion DzTalkApp.pas
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ procedure Register;

implementation

const STR_VERSION = '1.7';
const STR_VERSION = '1.8';

procedure Register;
begin
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

## What's New

- 03/13/2021 (Version 1.8)

- 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.7)

- Removed Delphi XE2 from the list of environments as it was never possible to compile in this version.
Expand Down Expand Up @@ -68,7 +72,9 @@ DzTalkApp allows you to send data between distinct applications. You can send si

### 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 2f02b9e

Please sign in to comment.