-
Hi. I've never used wix before so I'm probably doing something dumb. I'm hoping it is obvious what it is if I post enough info here: I installed the new wix tool on Windows 10 with: > dotnet tool install --global wix --version 4.0.0-preview.0 Then I tried to package GIMP as an MSI. Here is the
Alongside that file have a file called I then ran in Powershell > wix build .\gimp.wxs
> $?
True So it looks like it exited succesfully with no error messages, but I do not see a .msi file in the directory. My guess is I've made some mistake with the wxs configuration. Could someone suggest what I've done wrong or what I can do to troubleshoot it further? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
rseanhall
Nov 4, 2021
Replies: 1 comment 2 replies
Answer selected by
ryantm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#6473