WIX0200 error with BoostrapperApplications extension for Wix v5 #8671
Replies: 1 comment
-
It seems to work with the following file : https://gist.github.com/nathancorvussolis/557d1c4faccd5c83d88be606c60430d0 I'll go and used this file as a basis. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I encounter the following error when trying to use the
WixToolset.BootstrapperApplications.wixext
:error WIX0200: The BootstrapperApplication element contains an unhandled extension element 'WixStandardBootstrapperApplication'. Please ensure that the extension for elements in the 'https://wixtoolset.org/schemas/v4/wxs/bal' namespace has been provided.
I can reproduce this error on a fresh install with the following file :
either from the command line with
wix build -src .\test.wxs -ext WixToolset.BootstrapperApplications.wixext
or with the following wixproj file :I also use the Util, UI and Firewall extension and it work like a charm. Is it a bug or I'm missing something ?
Beta Was this translation helpful? Give feedback.
All reactions