
rguggisberg asked a question.
Suite - List of Selected Features
I would like to add a List Box to the InstallationProgress screen of my Suite project that will show the list of selected features and the order in which they will be installed. Currently I am setting the 'Content Property' of the List Box to ISFeatureInstall, but it is not working. Is there a better way to do this?
I can almost get what I want by using the 'FeatureSelectionTree' instead of a List Box... although at this point the selections have already been made and I don't want the user to be able to check or uncheck boxes. Also, I would rather not display the unchecked features.
Next question would be... is it possible to display the list of Packages, which could be different than the list of Features if a Feature contains multiple packages.
Thanks.
As for a list of packages, that's even less possible today. I'll make a note about ensuring our action interface can handle this in the future.
Looks like they are keeping you busy on here today!
Actually, what I want can be accomplished rather nicely with a FeatureSelectionTree. All features are listed and the selected ones are checked. The problem with the FeatureSelectionTree is that I would like to have the option to disable it so that it is for display only. Right now any screen you put a FeatureSelectionTree on allows you to check or uncheck boxes. What do you think? Could you add that?
Or as the second option, check the related property IsInstallMode instead. It doesn't have special handling for the maintenance value, but if you just want to show it during install, you'll be fine.
Not sure why, but {Mode install} did not work.
Cross another one off the list!
Thanks