|
|
|
The Setup.ini file is what the script uses to determine what files are to be compiled and what compilers are supported. The structure of the file is:
Setup.ini structure. The first parameter is the Registry Key path that will be entered into ISTool and the install script. Here we are creating a subkey and placing VirtualTreeview under a toplevel SoftGems key. Do not place a slash after or before the path. For each compiler that the component supports add a line for each package that needs to be compiled, for example to support Delphi 4:
[D4_PACKAGES] Note that the
xxxxxDx
convention is NOT
optional. You must name your packages this way. A runtime only
package must end in its target compilers first letter then
version for example: Delphi
CBuilder
A designtime package that will be installed into
the IDE must end in its target compilers first letter then
version for example: Delphi
CBuilder
Note that the order is important if packages require other packages. The order of compile is from top to bottom. If the components do not support a compiler then leave the keys blank
[D4_PACKAGES]
NOTE:
|
Last Modified on: |