Releases: Delphier/DxAutoInstaller
v3.13
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:
-
Custom Manifest File Format Changed to YAML from INI
The custom Manifest file format has been changed from INI to YAML (previouslyProfile.ini, nowDevExpress.yaml). The new format offers improved readability and editability. -
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. -
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**. -
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
-
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.