Get components of feature in Bootstrapper application #8813
Unanswered
kalyani1217
asked this question in
Questions
Replies: 2 comments 1 reply
-
Why would you want to do that? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@robmen, I am delivering multiple configuration files. If the customer has modified any of these files, I should not install them during the update setup. However, if the customer has not made any changes, I need to override the configuration files during the installation. If I can access the component information, I can check whether each configuration file has been modified. Based on this, I will set the component state to either "absent" or "present." |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can get feature information in the Bootstrapper application using "WixPackageFeatureInfo" which is present in BootstrapperApplicationData.xml.
Components information is not available in BootstrapperApplicationData.xml. How do I access components of features?
Beta Was this translation helpful? Give feedback.
All reactions