Originally shared by TRichView
Originally shared by TRichView We released our #installer program as freeware with source code: http://www.trichview.com/ideinstall/ We just updated it to version 2.0. We created this installer for our own use, but if other developers like it, they can use it for installing their components. This installer installs components in #Delphi and C++Builder IDE. It is suitable for installing both precompiled trial and source code versions of components. The main change is a new package naming scheme. Previously, there were 32-bit designtime packages and 64-bit runtime packages. This scheme is still maintained for a backward compatibility. Now, there are 32-bit designtime packages and 32+64bit runtime packages. Note: the current version of the Installer still does not support 64-bit C++Builder-only (CBPROJ) packages. In the new version, the installer: - supports Delphi and C++Builder up to 10.1 Berlin - displays meaningful package names instead of file names while installing - can remove pat...