Is there any class can be used to extract the bundle in wix5, like Unbinder.cs in Wix3 #8846
Unanswered
stonefishy
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Thanks for building such good wix tool.
We're using Wix3 to build the windows installer, and there is feature we have implemented in wix3. The feature is that the user can extract the bundle content files from custom bundle UI by using Unbinder.cs
Now, we're planning to upgrade to Wix5 from Wix3, but the extract bundle function seems only support the wix command like wix.exe burn extract. This requires the wix.exe pre-installed on user target machine.
I checked the Wix5 source code, there is a class BundleReader.cs contains method to extract the bundle content. But it is internal class, not expose.
Is there any interface or class available to call to extract the bundle content? Just like in Wix3 Unbinder.cs.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions