IDE Installer v2.2

News about TRichView, ScaleRichView, ReportWorkshop, RVMedia
Post Reply
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

IDE Installer v2.2

Post by Sergey Tkachenko »

We released our installer program as freeware with source code:
http://www.trichview.com/ideinstall/

It was updated to version 2.2.

This utility can be used by Delphi component developers to install their packages in Delphi and C++Builder IDE (from Delphi 5 and C++Builder 6 to RAD Studio 11 Alexandria). Both source code packages and trial packages are supported.
It makes some assumptions about package names and directory structure. We have an utility that can generate Delphi and C++Builder packages for any components,VCL and FMX. This utility is for internal use, but if you provide a list of units, dcr files and required packages, I can generate packages for all version of Delphi and C++Builder for your components, for free.

Changes:
  • support for Delphi and C++Builder up to 11 Alexandria
  • support for macOS 64-bit (Intel and ARM)
  • options for using path to source code/to pre-compiled files
  • debugging options (turning on/off error reporting for compiling optional packages and non-Windows platforms)
  • optimization for speed
  • possibility to abort installation
Details about changes can be found in the topic about TRichView 19.6:
https://www.trichview.com/forums/viewto ... 086#p40086

Previous version:
https://www.trichview.com/forums/viewto ... f=6&t=8753
Post Reply