Wix Toolset version 5 with Managed BootstrapperApplication (created in .NET Framework 4.8) mbanative payload issue #8727
Unanswered
harshmodhiya
asked this question in
Questions
Replies: 1 comment 2 replies
-
Why? |
Beta Was this translation helpful? Give feedback.
2 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 a Managed Bootstrapper Application with the below version:
Here's the scenario in our application:
I want to add 2 mbanative.dll payloads as per the platform:
<Payload SourceFile="$(var.UI.TargetDir)runtimes\win-x64\native\mbanative.dll" /> <Payload SourceFile="$(var.UI.TargetDir)runtimes\win-x86\native\mbanative.dll" />
But I can't because of the below error:
Error (active) WIX8002 The Payload 'pay7TUh8xmtuMGYxpvZ2DTsOj3qwks' has a duplicate Name 'mbanative.dll' in the BA container. When extracting the container at runtime, the file will get overwritten.
If I use $(var.Platform), it takes 1 payload in the executable file at a time. So, it will not work with different platforms.
Need help with the below,
Beta Was this translation helpful? Give feedback.
All reactions