我为 Windows 8 RT 制作了一个 exe 文件。但是当我想运行时,显示一条错误消息:
"Windows cannot verify the digital signature for this file. ..."
我获得了windows 8 RT 的开发者许可证。有了这个许可证, visual studio 2012可以在我的表面上远程部署和运行 Metro 应用程序。
但我想使用signtool.exe使用此证书手动签署我的 exe 文件:
signtool.exe sign -s CertStoreName -n "subject name" C:\mytest.exe
我的问题是我不知道我的开发人员许可证的“CertStoreName”和“主题名称”。我怎样才能得到这些名字。