WIX0200: The Component element contains an unhandled extension element 'XmlConfig'. Please ensure that the extension for elements in the 'http://wixtoolset.org/schemas/v4/wxs/util' namespace has been provided. #7886
Replies: 5 comments 2 replies
-
I have the same error for <?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
<Bundle Version="0.0.0.0" UpgradeCode="09974739-b91b-4e1e-a942-bd8759319f6a">
<BootstrapperApplication>
<bal:WixStandardBootstrapperApplication LicenseFile="License.rtf" LogoFile="Logo.png" Theme="rtfLargeLicense" />
</BootstrapperApplication>
<Chain>
<!-- [...] -->
</Chain>
</Bundle>
</Wix>
|
Beta Was this translation helpful? Give feedback.
-
Please provide a minimal reproducible example as an attachment or GitHub repo. |
Beta Was this translation helpful? Give feedback.
-
Same problem here:
WIX0200 The Package element contains an unhandled extension element 'QueryNativeMachine'. Please ensure that the extension for elements in the 'http://wixtoolset.org/schemas/v4/wxs/util' namespace has been provided. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Why do i see this error
error WIX0200: The Component element contains an unhandled extension element 'XmlConfig'. Please ensure that the extension for elements in the 'http://wixtoolset.org/schemas/v4/wxs/util' namespace has been provided.
I have wix 4 installed 4.0.2+644ed011
and wix toolset of 3.14 at my folder C:\Program Files (x86)\WiX Toolset v3.14
Code is as follows :
Beta Was this translation helpful? Give feedback.
All reactions