[WiX4] WixUIExtension support #6516
-
I am getting this error when trying to build an installer with a decent UI:
Is this feature available in WiX4-preview.0 or it needs to be activated differently? Without that cmdline option there are different errors: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The only documentation available on using extensions with wix.exe right now is this design document: https://wixtoolset.org/development/wips/6184-command-line-extension-acquisition-and-cache/ |
Beta Was this translation helpful? Give feedback.
-
I finally could add this extension by this command:
But when building my installer that extension option seems to be ignored:
However, when specifying the absolute path, it works: |
Beta Was this translation helpful? Give feedback.
I finally could add this extension by this command:
wix extension add WixToolset.UI.wixext
Now it is listed properly:
But when building my installer that extension option seems to be ignored:
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