- work on command-line stuff and unittests.
- more work on command-line topics.
- more work on command-line topics.
- added command-line parameter -OutputDir
- removed message "Can not install/uninstall packages while the Delphi IDE is running".
- add more command-line unit-tests.
- removed "requireAdmin".
2.2.0.24 ( 21.04.2026 )
- Tabsheet "Advanced" is now always visible.
- fix possible access violation.
- added unittests for command-line features.
- work/re-factoring for command-line stuff.
2.2.0.23 ( 19.04.2026 )
- performance improvement.
- changed interface of method "CompileAndInstallProjects".
- improved error handling.
- verifiy if .dproj really exists while opening the project-group.
- removed DCC-Platform
- re-named method *ReadDPROJSettingsDXE".
- remmoved un-used unit.
- some renaming.
- started to implement undo-feature.
- improved version-no handling.
- removed un-used stuff.
- increased version no.
- improvements about version-dialog.
- renamed "ProductVersion" to "OutputProductVersion".
- removed read/write calls to HKEY_LOCAL_MACHINE.
2.2.0.22 ( 08.04.2026 )
- changes to make Unit-Tests work again.
- added missing parameter.
- updated.
- only create .rsp-files if option "Create Batch" is enabled.
- move batch-file to sub-folder "batch".
- changes to solve long line problems.
- changes to solve long line problems.
- changes to solve long line problems.
- improve batch-file.
- removed access to HKEY_LOCAL_MACHINE.
- added unique error and wanring codes.
- had to introduce short names, because path-names got to long.
- msbuild is not used anymore for .res-file creation.
- fix about res-file creation. Use now Brcc32.
- added popup-menue item to show the location of the batch-file.
- only show menue-item if needed.
- refactoring by Claude AI to improve read-performance.
- changes to write correct search-/output-path to the dproj file.
- apply suggestions from claude ai.
- if the .res file is missing, then dpt will create a new one.
- execute changes about environment also by TChangeHandler.
- improved worklow on how to change productversion and fileversion.
- removed handling for DCC_ObjOutput.
- removed convert of $(Auto), because this placeholder is unknown by RAD Studio.
- added support for $(PROJECTNAME)
2.2.0.21 ( 26.03.2026 )
- fix for SetVersion.
- updated test-case "AddPackageToRegistry_01" to make it work again.
- fixed memory-leak.
- fix about ms-build path.
- updated test-case "AddPackageToRegistry_01" to make it work again.
2.2.0.20 ( 05.03.2026 )
- clean-up.
- small fix in "SaveCompileSummaryFile". Only try to store the file if setting <SaveCompileDetailsToFile> is true.
2.2.0.18 ( 19.02.2026 )
- only show 64-Bit stuff if the 64-bit IDE is really installed on the computer.
- only store Build_info if settings is <On>.
- fixed AV.
2.2.0.17 ( 16.02.2026 )
- added comments.
- updated.
- changed test-case. $(PACKAGEVERSION) is replaced by $(AUTO).