PDA

View Full Version : How can I sign the .NBH file?


vvv121
16th January 2007, 10:48 AM
I know I have to use the privileged HTC certificates, but let's imagine I do have them and created the .NBH file. How do I sign it???

pof
16th January 2007, 12:08 PM
You need the ImageHash.exe utility from the latest .NET Compact Framework, and use this command to sign it:


ImageHash.exe -raw FILE.nbh FILEsigned.nbh 64


It will popup a window asking you to select the proper certificate to sign your file.

See here for some examples:
http://msdn2.microsoft.com/en-us/library/bb202029.aspx