Here’s a NetBeans-ified version of my MSI installer building scripts, with a README:
https://github.com/eirikbakke/netbeans-msi-example/ > It would help to see usage with a NetBeans structured application. The buildmsi_ci.bat script just assumes you set a PAYLOAD_DIR that contains bin/netbeans64.exe at a minimum. If you have a NetBeans platform application you’d do some search-and-replace of “netbeans” with whatever the branding token of your application is. > Good to know. I was curious if the fact that the trusted signing certificate > isn't extended validation caused any issues with defender. No, no issues as far as I have seen. It seems Azure Trusted Signing is meant to be the way to avoid these Windows Defender warnings. -- Eirik From: Neil C Smith <neilcsm...@apache.org> Reply-To: "dev@netbeans.apache.org" <dev@netbeans.apache.org> Date: Monday, March 17, 2025 at 10:07 AM To: "dev@netbeans.apache.org" <dev@netbeans.apache.org> Subject: Re: Re : Re: heads up: windows installer/uninstaller issues Hi, On Sat, 15 Mar 2025 at 03:03, Eirik Bakke <eba...@ultorg.com.inva<mailto:eba...@ultorg.com.inva>lid> wrote: I need to stick with the build pipeline I already have (it was a big project that I was glad to be done with…), but I can share my WiX scripts if it’s helpful. Sure, understood. It would be useful to see the WiX scripts if you're happy to share. It would help to see usage with a NetBeans structured application. And it would be good to ensure that even if you don't migrate, NBPackage could cover all the options you require. Azure Trusted Signing works great! It successfully prevented the Windows Defender warning from appearing, just like the Sectigo Extended Validation physical USB token I used before. Good to know. I was curious if the fact that the trusted signing certificate isn't extended validation caused any issues with defender. Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org<mailto:dev-unsubscr...@netbeans.apache.org> For additional commands, e-mail: dev-h...@netbeans.apache.org<mailto:dev-h...@netbeans.apache.org> For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists