Issue #1169: install client libraries for Interbase and Firebird

This commit is contained in:
Ansgar Becker
2022-03-09 07:47:25 +01:00
parent b126db10a9
commit 5be13ca849
6 changed files with 6 additions and 1 deletions

BIN
out/fbclient-32.dll Normal file

Binary file not shown.

BIN
out/fbclient-64.dll Normal file

Binary file not shown.

BIN
out/gds32.dll Normal file

Binary file not shown.

View File

@ -116,6 +116,11 @@ Source: "libiconv-2-32.dll"; DestDir: "{app}"; DestName: "libiconv-2.dll"; Check
; SQLite:
Source: "sqlite3-64.dll"; DestDir: "{app}"; DestName: "sqlite3.dll"; Check: Is64BitInstallMode; Flags: ignoreversion
Source: "sqlite3-32.dll"; DestDir: "{app}"; DestName: "sqlite3.dll"; Check: not Is64BitInstallMode; Flags: ignoreversion
; Interbase/Firebird:
Source: "ibclient64.dll"; DestDir: "{app}"; Check: Is64BitInstallMode; Flags: ignoreversion
Source: "gds32.dll"; DestDir: "{app}"; Check: not Is64BitInstallMode; Flags: ignoreversion
Source: "fbclient-64.dll"; DestDir: "{app}"; DestName: "fbclient.dll"; Check: Is64BitInstallMode; Flags: ignoreversion
Source: "fbclient-32.dll"; DestDir: "{app}"; DestName: "fbclient.dll"; Check: not Is64BitInstallMode; Flags: ignoreversion
; VC redistributable
Source: VC_redist.x64.exe; DestDir: "{app}"; Check: Is64BitInstallMode; Flags: ignoreversion
Source: VC_redist.x86.exe; DestDir: "{app}"; Check: not Is64BitInstallMode; Flags: ignoreversion

BIN
out/ibclient64.dll Normal file

Binary file not shown.

View File

@ -1,4 +1,4 @@
Copyright (C)2000 - 2021 - Ansgar Becker
Copyright (C)2000 - 2022 - Ansgar Becker
HeidiSQL is free. You don't have to pay for it, and you can use it any
way you want. It is developed as an Open Source project under the GNU