Using the automatic installation Silverpoint Multiinstaller

Freature requests from users for ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist, mdaems

Post Reply
mrLion
Senior Boarder
Senior Boarder
Posts: 71
Joined: 20.03.2010, 10:17

Using the automatic installation Silverpoint Multiinstaller

Post by mrLion »

I propose to use Silverpoint Multiinstaller to install the distribution. With the exception of Lazarus, he supported the vast majority of versions of Delphi, and in addition sets the components at once and at Delphi and a C + + Builder.

As an example, cite INI-file, which I use to install ZEOS 6.6.6 and 7-alpha in CodeGear 2007 and 2010

Code: Select all

[Package - ZeosDBO 6.6.6]
Name=ZEOSDBO-6.6.6
Zip=ZEOSDBO-6.6.6.zip
Folder=zeos
SearchPath="src\component","src\core","src\dbc", "src\parsesql", "src\plain"
Includes="$BaseFolder\src\component","$BaseFolder\src\core","$BaseFolder\src\dbc","$BaseFolder\src\parsesql","$BaseFolder\src\plain"
;GroupIndex=1
D11="packages\delphi11\ZCore.dpk", "packages\delphi11\ZPlain.dpk", "packages\delphi11\ZParseSql.dpk", "packages\delphi11\ZDbc.dpk","packages\delphi11\ZComponent.dpk", "packages\delphi11\ZComponentDesign.dpk"

;[Package - ZeosDBO 7.0.0 Alpha]
;Name=ZEOSDBO-7.0.0
;Zip=ZEOSDBO-7.0.0-alpha.zip
;Folder=zeos
;SearchPath="src\component","src\core","src\dbc", "src\parsesql", "src\plain"
;Includes="$BaseFolder\src\component","$BaseFolder\src\core","$BaseFolder\src\dbc","$BaseFolder\src\parsesql","$BaseFolder\src\plain"
;GroupIndex=1
;D11="packages\delphi11\ZCore.dpk", "packages\delphi11\ZPlain.dpk", "packages\delphi11\ZParseSql.dpk", "packages\delphi11\ZDbc.dpk","packages\delphi11\ZComponent.dpk", "packages\delphi11\ZComponentDesign.dpk"
;D14="packages\delphi14\ZCore.dpk", "packages\delphi14\ZPlain.dpk", "packages\delphi14\ZParseSql.dpk", "packages\delphi14\ZDbc.dpk","packages\delphi14\ZComponent.dpk", "packages\delphi14\ZComponentDesign.dpk"


; Options format:
; [Options]
; MinimumIDEVersion =    Minimum Delphi IDE version that is supported by the packages.
; DefaultInstallFolder = Default install folder that should be selected to install.
; DefaultInstallIDE =    Default Delphi IDE version that should be selected to install.
;
; When both DefaultInstallIDE and DefaultInstallFolder are set the installer starts automatically.

[Options]
MinimumIDEVersion=D11
DefaultInstallFolder = d:\c
When using this program from the distribution, you can delete projects for C + + Builder.

If necessary, I can create the specified file and post here.
silvioprog
Junior Boarder
Junior Boarder
Posts: 42
Joined: 10.01.2009, 00:34
Location: Brasil
Contact:

Post by silvioprog »

Lyolya
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 23.12.2010, 16:07
Contact:

Post by Lyolya »

You can use Delphi Package Installer (DelphiPI) for these purposes
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Lyolya,
Is there something we can do to make using this DelphiPI more easy? Like adding a standard config script to the releases, ...

Mark
Image
Post Reply