如何签署 Windows 边栏小工具?
有谁知道如何为 Windows 边栏 (*.gadget) 签署小工具? 我尝试使用signtool,但没有任何结果。
谢谢
Does anyone know how to sign a gadget for Windows Sidebar (*.gadget)?
I tried with signtool, but without any result.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要cabarc(来自Microsoft CAB SDK)和signtool(来自Windows 6 SDK)。您不能对 ZIP 小工具档案进行签名。
按照 http://www.codeproject.com/kb/gadgets 中的“部署”部分进行操作/gadgettips.aspx。我大部分时间都使用“signtool signwizard”。您应该已经将适用的代码签名证书 (.cer) 加载到您的证书存储中。
请确保指定时间服务器,否则您的应用程序将从 Microsoft Gadget Gallery 中拒绝。
You need cabarc (from the Microsoft CAB SDK) and signtool (from the Windows 6 SDK). You can not sign ZIP gadget archives.
Follow the "Deploying" section at http://www.codeproject.com/kb/gadgets/gadgettips.aspx. I use the 'signtool signwizard' most of the time. You should already have an applicable code-signing certification (.cer) loaded into your certificate store.
Make sure you specify a time-server or your application will rejected from the Microsoft Gadget Gallery.