Replies: 1 comment
-
I'd define it once in a .wixlib, then reference it where needed. This may have already been done in the NetFx.wixext but you'd want to double-check to be sure. |
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 have developed Wix setups that depend on .Net Framework 4.8. In order to prevent the setup to continue we have used a bal condition to check if 4.8 Net Framework is installed. We have around 100 projects where we have to include this condition.
Is there any better way to handle this pre-requisite, instead of adding this common logic in all the setups?
Can any of you please suggest a better approach(if any)?
Beta Was this translation helpful? Give feedback.
All reactions