There is a requirement that I am working on to display installation summary information at the end of successful installation on exit dialog. The information contains the features selected for installation and other user inputs during user interface, hence we need to generate the summary information dynamically using custom action.
One of the approach that I could think of is to customize the exit dialog and use control of type "ScrollableText" which is similar to license agreement control. The challenge here is to generate the summary information dynamically. Should we generate the summary information in RTF format?
Is there any other approach to display installation summary? Thanks in advance.