View Single Post
Old 02-13-2009, 08:10 PM   #5
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Quote:
Originally Posted by kovidgoyal View Post
Yeah I agree it would be good to have a signed app, but depending on how much it costs and how painful it is to integrate into calibre's build process, maybe. Do you have some resources you could point me at, as I know next to nothing about windows development.
Code signing certificates are expensive and must be renewed from time to time. The cheapest cerificates can be obtained here:

http://www.instantssl.com/code-signing/ ($166,95 USD per year)

I would suggest to start fund raising as you did with the devices. If you gather sufficient funds you could purchase certificate.

Quote:
Originally Posted by kovidgoyal View Post
Hmm, I though was putting this into the application manifest. Again a pointer to how to do this right would be helpful.
Manifest is not the only source of this kind of data. Actually you need to link in standard windows resource with filled VERINFO structure. What I do not know is how do you build your executable. I'm experienced in c++/delphi win32 development and can help you with those things. Contact me directly and we can continue this discussion in depth.
kiklop74 is offline   Reply With Quote