Skip to content

[WiX4] WixUIExtension support #6516

Discussion options

You must be logged in to vote

I finally could add this extension by this command: wix extension add WixToolset.UI.wixext
Now it is listed properly:

>wix extension list
WixToolset.UI.wixext 4.0.0-preview.0

But when building my installer that extension option seems to be ignored:

>wix -ext WixToolset.UI.wixext build installer.wxs
wix.exe : error WIX0144: The extension 'WixToolset.UI.wixext' could not be found. Checked paths: WixToolset.UI.wixext

However, when specifying the absolute path, it works:
wix build -ext C:\my-project\.wix\extensions\WixToolset.UI.wixext\4.0.0-preview.0\tools\WixToolset.UI.wixext.dll installer.wxs

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rseanhall
Comment options

Answer selected by jan-tosovsky-cz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants