Replies: 2 comments 4 replies
-
I think you need the util nuget package. You didn't say what wix version but here's one for Wix5: https://www.nuget.org/packages/WixToolset.Util.wixext |
Beta Was this translation helpful? Give feedback.
3 replies
-
Read the parent topic in the documentation: WiX extensions and custom actions |
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.
-
Hi,
I used this tutorial https://wixtoolset.org/docs/tools/wixext/quietexec/ and created a wxs file containing exaclty the block of the instructions:
but when building the msi, the following error appears
I've installed Wix via
dotnet tool install --global wix
> wix --version 5.0.0+41e11442
any idea what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions