Skip to content

Wizard Installation

EMBBlaster edited this page Jan 14, 2022 · 6 revisions

When Delphi doesn't have DUnitX

From the .\DUnitX\Expert folder, open the appropriate DUnitX_IDE_Expert_.dproj file. (Versions 2010 and upwards are included)

First Build the project, then right click in the project manager and Install the package.

(Need to add something about including the the .pas files in the projects search path. Recommended to do so with an environment variable like as below.)

Using this repo instead of Embarcadero bundled version

  1. Under Install Packages - remove "Embarcadero Unit Testing IDE Package"
  2. Remove $(BDS)\source\DUnitX from the browsing path
  3. Under tools options, go to environment variables, add a user override for DUNITX - point it to the Source folder in your local clone of the repo.
  4. Open the expert project for your delphi version, compile and install the expert
  • From the .\DUnitX\Expert folder, open the appropriate DUnitX_IDE_Expert_.dproj file. (Versions 2010 and upwards are included)
  • First Build the project, then right click in the project manager and Install the package.
  1. Restart the IDE. After that you should be using the repo version.
Clone this wiki locally