NSIS Installer

I have a client that insists that I use NSIS installer http://nsis.sourceforge.net/. I’m trying to integrate code signing into the package and I’m just not getting anywhere.

Anyone using NSIS with code signing?

I don’t use NSIS, but I am looking into it. I currently use InnoSetup with Crossover to make my windows installers (without Windows) and use Mono to do the code signing. I was hoping to integrate the Mono code signing with NSIS and get rid of Crossover, but I haven’t had time to try yet.

There’s some info here as a starting point for Mono code signing:
https://developer.mozilla.org/en-US/docs/Signing_an_executable_with_Authenticode