Is there a method available to display a list packages that will be installed to end users? I am not displaying the traditional feature tree as I am not giving the user the option to toggle features, but I want to show what will be installed in a static list format before they click 'Install'. That list will vary depending on some radio button options they select during the install.
I know that I can query Feature[name].actionState and then probably show a list depending on this value. It would be easier to be dynamically compile the text to display all Features[*].actionState=install
Also this only displays the feature names and not the individual packages, such as Microsoft .NET Framework 4.0 Full, etc. What I am looking for is to list each of the packages as I have described in the Suite package.
Hopefully there is something fairly easy to implement.
Thank you.
I know that I can query Feature[name].actionState and then probably show a list depending on this value. It would be easier to be dynamically compile the text to display all Features[*].actionState=install
Also this only displays the feature names and not the individual packages, such as Microsoft .NET Framework 4.0 Full, etc. What I am looking for is to list each of the packages as I have described in the Suite package.
Hopefully there is something fairly easy to implement.
Thank you.