mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Issue #1169: install client libraries for Interbase and Firebird
This commit is contained in:
BIN
out/fbclient-32.dll
Normal file
BIN
out/fbclient-32.dll
Normal file
Binary file not shown.
BIN
out/fbclient-64.dll
Normal file
BIN
out/fbclient-64.dll
Normal file
Binary file not shown.
BIN
out/gds32.dll
Normal file
BIN
out/gds32.dll
Normal file
Binary file not shown.
@ -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
BIN
out/ibclient64.dll
Normal file
Binary file not shown.
@ -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
|
||||
|
Reference in New Issue
Block a user