Delphier / DxAutoInstaller

DevExpress VCL Components Automatic Installer
172 stars 75 forks source link

Compiling dxAutoInstaller from sources requires DevExpress already installed #16

Closed alan008 closed 2 years ago

alan008 commented 2 years ago

unit MainFrm in uses clause wants DevExpress modules to be installed (Which version of DexExpress?)

Its a kind of strange when component installer requires THESE components to be already installed.

recompiled installer doesn't work in my case (fails to install my components), I wanted to debug the installert to find the problem, but I can't build installer without DevExpress installed :-(

Delphier commented 2 years ago

DxAutoInstaller use TcxTreeList to display component tree, so...

kazuser commented 9 months ago

DxAutoInstaller use TcxTreeList to display component tree, so...

Can't this be replaced with a standard one?

image

Delphier commented 9 months ago

Standard TreeView does not support multiple columns. If implemented manually, a lot of coding is required, so cxTreeList is used.

kazuser commented 9 months ago

👌