On Fri, 14 Mar 2025, 20:13 Eirik Bakke, <eba...@ultorg.com.invalid> wrote:
> I only know how to generate MSI files with the WiX toolset ( > https://www.firegiant.com/wixtoolset/), which must run on Windows. Yes, this is exactly what we want. NBPackage is designed to run with platform-specific tools, just like JPackage. The NBPackage tool builds an image of all files and configuration, then executes the native build tool. I was planning on looking at WiX sometimes soonish, but if anyone else wants to get there first that'd be great! And then there’s the signing, which used to involve a $600 physical USB > token, but which can now be done on GitHub Actions using Azure Trusted > Signing. I don’t think the dependencies on these Microsoft-centric tools > can be avoided. > Exactly the switch we're looking at right now. Although I have some concerns about the difference in trust of the certificate. Are you using it now? How have you found it? Signing can be done cross platform with JSign afaik mind you. Best wishes, Neil