I am creating an Appx package using makeappx.exe
and then try to sign it using SignTool.exe
.
The error I get from SignTool is:
"Error: SignerSign() failed." (-2147024693/0x800700cb)
The certificate I am using is created by me following instructions from here.
In EventViewer
there is no record about this failed operation!
I do not understand what this error means and how to fix it!! Has anyone encountered this before, and found a solution?
I can't use Visual Studio so I need to stick with makeappx.exe
.