Replies: 2 comments 4 replies
-
Had a Win system now to test this on, seems like a linux/wine specific issue. I guess a workaround would be a custom action. Not sure if anyone has an idea why building fails via wine. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I am facing exactly the same problem. I have ported our 3.14 installer to 5.0.1. For CI I am using a Docker image based on Ubuntu 22.04. In this image Wine 9.0 has been installed. In Wine .NET 6 SDK and WiX have been installed. Everything works like expected, only the Firewall Rule generates the same problem:
Generated IDT file looks like this:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've recently looked into running wix through wine on linux and simultaniously upgraded from Wix v3 to v5. My basic structure that used to work in v3 is the following
wix.exe returns
error WIX0136: There was an error importing the file ...\_idts\Wix5FirewallException.idt
but no additional output.One thing to note is that with v4 the rule seems to also work as expected.With v4 no errors are emitted, but the firewall rule fails to install. Not sure if this is a usage error on my path, but based on no similar reports I assume so. I tried different attributes to see if it would work at some point. The appended idt file (as text) is not exactly the same as the above definition (i tried to add action and some others), but still failed with the same error. If someone could point me in the right direction, I would really appreciate it.Wix5FirewallException.txt
Beta Was this translation helpful? Give feedback.
All reactions