是在Mobile6帮助文档中
Windows Mobile Powered Device Security Model > Certificate Management in Windows Mobile Powered Devices > Certificate Management and Application Signing for Application Developers > To sign a C or C++ application这一章节中找到
详情回复
发表于 2010-1-18 16:46
自己搞定拉~~~
Go to the project properties under the "Authenticode Signing" and set:
Authenticode signature: Yes
Certificate: TEST USE ONLY - Sample Privileged... (you may have to import it from the SDK dir)
Provision device: Privileged certificate store
Also, please check if your device has RAPI policy enabled (Tools / Device security manager in VS 2008).
哦,又查了一下,确实应该是mobile上的
================
1. On the Project menu, click Properties.
2. Click Authenticode Signing.
3. For the Authenticode Signature property, click Yes.
4. For the Certificate property, click the Ellipses (...) button.
In the Select Certificate dialog box, do one of the following:
>> If the certificate you want appears in the list, select it, and then click OK.
>> If the certificate you want does not appear in the list, click Manage Certificates to open the Manage Certificates dialog box. Use this dialog box to import one of the SDK certificates (or import the certificate an OEM or mobile operator gave you as part of its developer program).
Note:
Be sure to use the *.pfx file, not the *.cer file.
引用 4 楼 guopeixin 的回复:
哦,又查了一下,确实应该是mobile上的
================
1. On the Project menu, click Properties.
2. Click Authenticode Signing.
3. For the Authenticode Signature property, click Yes.
4. For the Certificate property, click the Ellipses (...) button.
In the Select Certificate dialog box, do one of the following:
>> If the certificate you want appears in the list, select it, and then click OK.
>> If the certificate you want does not appear in the list, click Manage Certificates to open the Manage Certificates dialog box. Use this dialog box to import one of the SDK certificates (or import the certificate an OEM or mobile operator gave you as part of its developer program).
Note:?
Be sure to use the *.pfx file, not the *.cer file.?
引用 5 楼 cbj6655 的回复:
引用 4 楼 guopeixin 的回复:
哦,又查了一下,确实应该是mobile上的
================
1. On the Project menu, click Properties.
2. Click Authenticode Signing.
3. For the Authenticode Signature property, click Yes.
4. For the Certificate property, click the Ellipses (...) button.
In the Select Certificate dialog box, do one of the following:
>> If the certificate you want appears in the list, select it, and then click OK.
>> If the certificate you want does not appear in the list, click Manage Certificates to open the Manage Certificates dialog box. Use this dialog box to import one of the SDK certificates (or import the certificate an OEM or mobile operator gave you as part of its developer program).
Note:?
Be sure to use the *.pfx file, not the *.cer file.?
On the Authenticode Signing page, click OK.
你这个在哪里找到的?
是在Mobile6帮助文档中
Windows Mobile Powered Device Security Model > Certificate Management in Windows Mobile Powered Devices > Certificate Management and Application Signing for Application Developers > To sign a C or C++ application这一章节中找到