I see a lot of packages. Which ones do I need to rebuild?
There are only two packages, one run-time and one design-time, you need to install CodeSiteEx. Depending upon your Delphi and CodeSite versions, the names of the packages you require will vary. All packages share the same naming convention; that is:
"csx" + CodeSite version + Package type + Delphi version
CodeSite version
- CodeSite 2 Standard/Professional = CS2Std / CS2Pro, respectively
- CodeSite 3 = CS3
- CodeSite 4 = CS4
Package type
- Design-time package indicator = Dsgn
- Run-time package indicator = Rntm
Delphi version
- Delphi 5 = 50
- Delphi 6 = 60
- Delphi 7 = 70
- Delphi 9 / BDS 2005 = 90
- Delphi 10 / BDS 2006 / Turbo Delphi = 100
So, for example, if you are running CodeSite 2 Professional on Delphi 5, you would have to work with the csxCS2ProDsgn50.dpk and csxCS2ProRntm50.dpk packages.
Note: As with any component package set, first compile the runtime package and then compile/build the designtime package.