如何使用Windows 8 RT的开发人员许可手动签名exe文件

我为Windows 8 RT制作一个exe文件。 但是当我想运行时,显示一条错误消息:

"Windows cannot verify the digital signature for this file. ..."

我获得了Windows 8 RT开发者许可 。 凭借此许可证, Visual Studio 2012可以远程部署和运行城域应用程序。

但我想使用signtool.exe手动签署这个证书的exe文件:

signtool.exe sign -s CertStoreName -n "subject name" C:mytest.exe

我的问题是,我不知道我的开发人员许可证的“CertStoreName”“主题名称” 。 我怎样才能得到这些名字。


开发人员许可证只允许您在Windows RT上部署和运行Windows应用商店应用,而此类应用仍在开发中。 如果您正在构建商店应用,则不必担心自己签署二进制文件。 商店在分发给最终用户之前,应用程序包的所有内容都会签名。

然而,桌面应用程序是另一回事。 不支持在Windows RT(ARM)上构建桌面应用程序。

链接地址: http://www.djcxy.com/p/11623.html

上一篇: How to sign manually an exe file with developer licence for Windows 8 RT

下一篇: Checking whether focus is set to excel cell