Automates installation of packages into Delphi:
- Compile DCU's for all platform+config combinations
- Add Search paths and Browsing paths for all selected platforms
Using pre-compiled DCU's for 3rd party libs instead of original sources reduces build times on "Full rebuild".
- Delphi 10.4 registry paths are hard-coded right now (TODO).
- DelphiPkgInstaller does not supports installing design-time packages into IDE (TODO).
- When appending Search and Browsing paths, it only checks for exact match in existing paths. If directory structure changed in new version of package, old paths may be left in IDE.
Copy Template.dpinst to a package root directory and customize it.
Run DelphiPkgInstaller.exe path\to\MyPackage.dpinst