dzBdsLauncher

dzBdsLauncher is a Windows console utility that prevents you from accidentally opening a Delphi project with the wrong Delphi version.

While .dproj files can be opened with newer Delphi versions than the one that created them, it does not work the other way round. So if you open a Delphi 10 .dproj file with e.g. Delphi 2007 all you will get is an error message. If you open a Delphi 2007 .dproj file with Delphi 10 it will automatically convert it to the new format used by that version and it will become unreadable by Delphi 2007.

dzBdsLauncher detects the correct Delphi version for a project file and launches the matching IDE. If it cannot determine the version unambiguously, it will ask the user to select from the possible versions.

Detection Methods

The tool employs four strategies to identify the correct Delphi version:

  1. File name suffixes (most reliable) — e.g. project.2007.dproj, project.xe2.dproj, project.10-3.dproj
  2. ProductVersion tag from .dproj files — note: these identifiers are not always unique across versions
  3. DllSuffix entry from .dproj files — only applicable to DLL and package projects
  4. Excluded_Packages entries from project configuration files

Supported File Types

Supports Delphi 6 through Delphi 13. Released under the MPL. Source code available on SourceForge.

Downloads

1.0.20 (2026-04-06)

Download: dzBdsLauncher-1.0.20.zip

1.0.19 (2026-04-05)

Download: dzBdsLauncher-1.0.19.zip

1.0.18 (2025-10-19)

Download: dzBdsLauncher-1.0.18.zip

1.0.17 (2025-09-12)

Download: dzBdsLauncher-1.0.17.zip

1.0.16 (2025-07-16)

Download: dzBdsLauncher-1.0.16.zip

1.0.13 (2024-06-16)

Download: dzBdsLauncher-1.0.13.zip

1.0.12 (2024-06-15)

Download: dzBdsLauncher-1.0.12.zip

1.0.11 (2023-11-11)

Download: dzBdsLauncher-1.0.11.zip

1.0.10 (2022-09-26)

Download: dzBdsLauncher-1.0.10.zip

1.0.9 (2022-07-31)

Download: dzBdsLauncher-1.0.9.zip

1.0.8 (2022-01-22)

Download: dzBdsLauncher-1.0.8.zip

1.0.7 (2021-09-12)

Download: dzBdsLauncher-1.0.7.zip

1.0.6 (2021-03-15)

Download: dzBdsLauncher-1.0.6.zip

1.0.5 (2020-06-01)

Download: dzBdsLauncher-1.0.5.zip

1.0.4 (2020-05-31)

Download: dzBdsLauncher-1.0.4.zip

1.0.3 (2020-03-01)

Download: dzBdsLauncher-1.0.3.zip

1.0.1 (2019-10-14)

Download: dzBdsLauncher-1.0.1.zip

1.0.0 (2019-08-03)

Download: dzBdsLauncher-1.0.0.zip