What is the easiest way to add the manifest info to a Delphi XE project (.exe)?
Is it possible to add just the required node
You should add the entire manifest. You'll need to disable the IDE generated version in the project.
The advantage of this is that you will have full and transparent control of your manifest. For example you may want to add a DPI aware entry so that your app looks good at higher font scaling values.