-
Hi, I am changing my standard bootstrapper application with customised managed bootstrapper. I have below conditional message based on the registry search. How do I implement with customized managed bootstrapper. any example would be appreciated.
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
robmen
Jan 19, 2021
Replies: 1 comment 2 replies
-
The WiX Toolset is Open Source which means you can see the source code how everything was implemented. The code for evaluating bootstrapper conditions is here: https://github.com/wixtoolset/wix3/blob/develop/src/libs/balutil/balcondition.cpp |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
robmen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The WiX Toolset is Open Source which means you can see the source code how everything was implemented. The code for evaluating bootstrapper conditions is here: https://github.com/wixtoolset/wix3/blob/develop/src/libs/balutil/balcondition.cpp