Skip to content

Releases: Delphier/DxAutoInstaller

v3.13

07 Mar 06:31

Choose a tag to compare

Changelog

  • Added support for RAD Studio 13 Florence.
  • Added support for 64-bit IDE.
  • Added support for C++Builder Windows 64-bit Modern(Win64x).
  • Added support to select Delphi and C++Builder target platforms for install.
  • Added async threading execution for install/uninstall.
  • Added progress bar and elapsed time for install/uninstall.
  • Added new install option: Apply Global Theme Settings.
  • Added log file.
  • Added separate x86 and x64 binary releases.
  • Updated manifest file to DevExpress VCL 25.2.3.

Breaking Changes in V3:

  1. Custom Manifest File Format Changed to YAML from INI
    The custom Manifest file format has been changed from INI to YAML (previously Profile.ini, now DevExpress.yaml). The new format offers improved readability and editability.

  2. Legacy IDE Versions No Longer Supported
    Support for legacy versions such as Delphi 7 and C++Builder 6 has been dropped. Only the RAD Studio product line is now supported. This decision was made primarily to simplify the codebase. If there is significant demand for these older versions, support may be reconsidered and reintroduced in a future release.

  3. BPL, DCP, and Compiled Output Directory Change
    BPL files, DCP files, and other compilation outputs will no longer be stored in the IDE's default output directory. All outputs will now be stored under %DXVCL%\Library\RS**.

  4. Six Merged Components Removed from Component List
    Starting from DevExpress VCL 18.2, several component packages were merged into ExpressLibrary(New in v18.2, Version History v18.2.2). As a result, the following six merged components will no longer appear in the component list:

    • XP Theme Manager
    • ExpressDataController
    • ExpressOfficeCore Library
    • ExpressEditors Library
    • ExpressPageControl
    • ExpressLayout Control
  5. Minor Version Number Aligned with RAD Studio Major Version Number
    DxAutoInstaller's minor version number will now be kept in sync with the RAD Studio product's major version number. This is why the first release of v3 is version 3.13.

v2.3.8

15 Jun 06:50

Choose a tag to compare

Update profile to DevExpress VCL 24.1.3

v2.3.7

20 Nov 06:11

Choose a tag to compare

RAD Studio 12 Athens supported.

v2.3.6

25 Jun 08:31

Choose a tag to compare

Add v23.1 new skin dxSkinWXI to profile.

v2.3.5

20 Oct 07:09

Choose a tag to compare

Update profile to DevExpress VCL 22.1.2.
Bugfix for mainform page control aligning.

v2.3.4

18 Mar 13:31

Choose a tag to compare

Bugfix for component selecting (#4, #8).
Change main form default layout to vertical.
Using High-DPI icons.

v2.3.3

09 Nov 08:25

Choose a tag to compare

Support for Delphi 11 Alexandria.

v2.3.2

17 Jun 08:27

Choose a tag to compare

Update profile to DevExpress VCL 20.2.8

v2.3.1

09 Jun 04:53

Choose a tag to compare

Update profile to DevExpress VCL 20.1.2

v2.3

08 Jun 02:12

Choose a tag to compare

Delphi 10.4 supported.