BUG: Wix 4 WixUI is inaccessible #7834
Replies: 3 comments 10 replies
-
WiXUI now uses the WixUI element instead of the UIRef element. Since you've declared the namespace with the prefix ui it would be `<ui:WiXUI Id="WixUI_Minimal" /> I do admit the error message is a wee bit sketch. PS- Great ways to learn WiX v4 is to write something in v3 then use WiXCop/HeatWave to update it to v4 and then compare the differences. |
Beta Was this translation helpful? Give feedback.
-
Please point me to the Wix4 documentation that says how to use it.
Really?? I want to be productive. I want to build an installer for my new product. I don't want to learn to use an obsolete tool, just to find out how to use a different one. |
Beta Was this translation helpful? Give feedback.
-
BTW the docs are at https://wixtoolset.org/docs/schema/ui/wixui/ WixUI element (Ui extension) There is also a link to submit PRs to improve the documentation. For this page it points to https://github.com/wixtoolset/web/blob/master/src/xsd4/ui.xsd I see value in this page linking to a list of the available experiences and discussions on how to extend the UI. There is a general v4 needs moredocumentation issue so they are aware of it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Following the instructions at https://wixtoolset.org/docs/v3/wixui/wixui_dialog_library/ as there are no docs in v4
From another page it said I had to install WixToolset.UI.wixext so I've done that from NuGet
Beta Was this translation helpful? Give feedback.
All reactions