Adding dynamically Components
I need the installer to read a config file, and install only those components inside the config file. The MUI_PAGE_COMPONENTS should only display those components in the config file.
I see that if and only if there is any section present the MUI_PAGE_COMPONENTS will show that component. I need to know how this can be done when one tries to install, and create sections dynamically.
-Shiva S