Cart 0

Delphi Portable

A portable compiler toolchain (Delphi compiler only, not the IDE) is excellent for CI servers like Jenkins or GitLab runners. You can:

Do not install components globally. Use the approach via the DelphiPackage DLL. Place all custom .bpl files in a Components folder on the USB and load them relative to %BDS% . delphi portable

Let’s walk through a practical, modern method using and registry redirection with regedit export/import. This works for Delphi 11 Alexandria (but similar for 10.x). A portable compiler toolchain (Delphi compiler only, not