I have been trying to sign the AppX generated by the D.A.C. in order to verify it works as expected, but it seems a self signed certificate is not enough.
I also tried to sign using my Comodo SHA256 certificate, but even if I make sure to use the same publisher name as the certificate in the manifest, I get
SignTool Error: An unexpected internal error has occurred.
Error information: "Error: SignerSign() failed." (-2147024885/0x8007000b)
I am starting to wonder if this does not mean I have to use Authenticode.
I would very much appreciate advice about what should be done by others who have succeeded.