How to build Wix projects on build server with just "Buildtools für Visual Studio 2022" installed #6729
-
A colleague of mine used to install VS Enterprise on our build servers to build everything (including wix projects) - that worked great. But now, as I overtake the reigns, I am trying to install just "Buildtools für Visual Studio 2022", because we don't need an IDE there. As expected, I get the following error when trying to build a wix project:
So I was trying to install the VS extension (votive), but that doesn't work, as it apparently requires either Community/Professional/Enterprise. Here's the log:
It says:
If |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Install WiX on the build machine and re-create your .wixprojs to use the new template. WiX doesn't use issues for support. We moved this issue to the experimental GitHub discussions area. You might also consider asking your question on the wix-users mailing list or posting on Stack Overflow. |
Beta Was this translation helpful? Give feedback.
Install WiX on the build machine and re-create your .wixprojs to use the new template.
WiX doesn't use issues for support. We moved this issue to the experimental GitHub discussions area. You might also consider asking your question on the wix-users mailing list or posting on Stack Overflow.