Using the automatic installation Silverpoint Multiinstaller
Posted: 27.03.2010, 11:17
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
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.
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
If necessary, I can create the specified file and post here.