
brlowe19651.5524896217942815E12 asked a question.
How can I detect what features are selected in Basic MSI Custom action
I have an install that has many features. Each feature has things that need to be done after the installation if they were installed. How can I check to see if a feature was selected to be installed.
MsiGetFeatureState will tell me if it is installed local or going to be installed local but I need something more like FeatureIsItemSelected.
So using installscript in a Basic MSI custome action how can I check to see if the feature is selected or not?
Thank you
Brandon