I have a WIX project and I can create an MSI for the project on windows system.
But, is there a way to create the MSI using WIX on MAC [Install WIX on MAC]. I know MSI's work on windows. I just need my MAC to create an MSI So, I can later use it on windows.
When I tried to do "dotnet msbuild" on my MAC, I get "SampleApp.wixproj: error: Wix toolset build tools need's to be installed".
I have tried working with docker to create the MSI with WIX, but I get few unknown symbol
reference errors.
No, WiX doesn't work on a Mac.
While the components based on .NET could also work using mono (and therefore, mono's msbuild), important build steps rely on native windows windows functionality used via .NETs native interop - this involves libraries such as msi.dll
, cabinet.dll
etc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With