Adding checkBoxes to Setup #7237
Unanswered
SonaBIMDev
asked this question in
Questions
Replies: 3 comments 9 replies
-
Yes. |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hi @robmen |
Beta Was this translation helpful? Give feedback.
3 replies
-
thx for all @robmen |
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.
-
Hi.
I'm using WixToolSet with VisualStudio.
I've got a Solution with myProject and the WixToolSetSetup project.
I've got multiple configuration of build in ConfigurationManager.
For example, I've got 4 configurations : 2020,2021,2022 and 2023.
For each configuration, a dll is builded for myProject.
When I choose for exemple the 2023 configuration, MyProject is builded and a WixToolSetSetup est builded unsing this dll version.
Is it possible to generate a Setup wich can contains multiple CheckBoxes for each versions and the user can for example choose to install the files depending on the Version he choose?
For example, when the user choose to install the plugin for 2022, dll and other files are installed in a specific directory of the application using the plungin.
See what I'm trying to do on the image bellow..
Many thx!
Beta Was this translation helpful? Give feedback.
All reactions