Replies: 1 comment
-
I think the best solution for your case is usage of File's condition attribute: |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
We want to modify our installer to optionally exclude a specific module, for example by using a parameter like "NO_TOOL=1".
Currently the simplified structure looks like this:
...where
Tool
is a utility that is, by default, installed alongside some features (Feature1
andFeature2
), but not withFeature3
. Deploying Tool should remain the default and require no user interaction, but there should be an option to disable its deployment.What would be the best way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions