Replies: 2 comments 1 reply
-
Did you add |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, I did. Here is what I have in my wixproj file I'm a bit confused the fact I'm unable to open the schema definition itself. Out of curiosity, are you able to open it up following the link below http://wixtoolset.org/schemas/v4/wxs/ui ? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
On an attempt to compile the installation package, I'm getting an error saying:
"WIX0200 The Package element contains an unhandled extension element 'WixUI'. Please ensure that the extension for elements in the 'http://wixtoolset.org/schemas/v4/wxs/ui' namespace has been provided."
The code snippet responsible for UI declaration is as follows:
xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui"
...
<ui:WixUI Id="WixUI_Minimal"/>
When I'm trying to open the schema itself, I'm getting the error saying that the page was not found.
Any ideas how to get it solved? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions