PeterPanettone 157 Posted February 7 (edited) The Delphi 12 Install file is missing in icsv9w (snapshot from today): The readme file says: Quote Delphi 12 : D120InstallVcl.groupproj // VCL only, no FireMonkey components But the file D120InstallVcl.groupproj is missing from: \icsv9w\Install There are no 'D120...' files. Edited February 7 by PeterPanettone Share this post Link to post
Angus Robertson 574 Posted February 7 ICS V9.1 has major structural changes, hundreds of files are disappearing. You should read the svn log in the zip for full details. The release is almost finished and the readme will be done then. The relevant SVN comment: If you are using Delphi 10.4 or later, all existing version specific install groups and packages have gone, since that version of Delphi added a new package $auto suffix allowing the same packages to be used for future Delphi versions. So uninstall all ICS packages, and use one of the new install groups, IcsInstallFmx, IcsInstallVcl, IcsInstallVclFmx or CBIcsInstallVclFmx. These use packages IcsCommonNewRun/Design, IcsVclNewRun/Design and IcsFmxNewRun/Design, and build with the compiler version instead of a Delphi version, i.e. IcsCommonNewRun290.bpl. Angus Share this post Link to post