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

A.D*_*esh 7 code-signing certificate signtool windows-8 visual-studio-2012

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

"Windows cannot verify the digital signature for this file. ..."
Run Code Online (Sandbox Code Playgroud)

我获得了Windows 8 RT开发人员许可证.有了这个许可,visual studio 2012可以在我的表面远程部署和运行metro应用程序.

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

signtool.exe sign -s CertStoreName -n "subject name" C:\mytest.exe
Run Code Online (Sandbox Code Playgroud)

我的问题是我不知道我的开发者许可证的"CertStoreName""主题名称".我怎样才能得到这些名字.

Ram*_*rma 3

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

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