I've clicked a "Help" button in an error message box shown by the C++Builder IDE, and another error message box pops up telling me
RAD Studio's help is not installed. Please reinstall RAD Studio's documentation.
So I seem to have missed checking the checkbox for installing the help when installing C++Builder 11.2. I would like to fix that and install the documentation.
When I invoke the C++Builder installer again, the installer says
A previous version of RAD Studio 11 was found on your system that needs to be uninstalled first.
But the message is not quite correct, it is not a previous version that is installed, but the exact same version: 11.2 is currently installed, and the installer that I execute is for 11.2, and exactly the same installer that I have previously used to install the current version. I've double-checked.
Is uninstalling and reinstalling the only way to get the documentation for the 11.2 version, or is there some way how I can just add the documentation to the existing installation?
Edited:
As Remy Lebeau has pointed out in a comment to this answer, you can open a "feature manager" inside RADStudio by choosing menu item Tools->"Manage Platforms..." which will show you all options from the installer again, and allow to change the options and apply the changes.
I wish I had known this before I actually uninstalled and reinstalled C++Builder with some hassles (described in the original answer).