How to migrate the <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost"> from wix v3 t o wix v7 #9298
Unanswered
alok-verma-tfs
asked this question in
Questions
Replies: 2 comments
-
|
WiX doesn't use issues for support. We moved this issue to the GitHub discussions area. You might also consider asking your question on Stack Overflow. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You'll need to update your custom bootstrapper application. There were several breaking changes across those major versions (start here and here). |
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.
-
WiX Version
7.0.0
.NET or MSBuild or Visual Studio Version
MSBuild 17.13.19+0d9f5a35a
HeatWave Version
No response
Repro Steps
I want to upgrade the wix v3 to wix v7
Facing issue for BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost"
How to handle the ManagedBootstrapperApplicationHost without breaking legacy custom UI
Existing code
Repro Repo
No response
Actual Result
Failing with errors
Expected Result
No response
Acknowledgements
wixtoolsetproject because I generate revenue from my use of the WiX Toolset.Beta Was this translation helpful? Give feedback.
All reactions