On Nov 26, 6:29 pm, kcros...@ravenpack.com wrote:
> My questions are:
> * Where does the Publisher field come from? I always thought it was
> the Subject field of the certificate.
> * Is there some procedure I need to carry out in order to make the
> publisher show up as something the user will recognize?
Well, it seems I've resolved this.
In case anyone else ever has this problem, the answers to my questions
are:
* The publisher comes from the Company Name field in the Version Info
resource.
* The procedure to get this to show up is to provide the Version Info
resource either when building the executable or as in my case,
afterwards with some tool. For example, one might do it by loading
the executable in Visual C++, specifying Open As: Resource. There
also exists command line utilities to do this as part of a build
script, for instance, http://angusj.com/resourcehacker/.
Hope this helps!
kcrosbie@ravenpack.com - 28 Nov 2007 15:33 GMT
On Nov 27, 3:12 pm, kcros...@ravenpack.com wrote:
> * The procedure to get this to show up is to provide the Version Info
> resource either when building the executable or as in my case,
[quoted text clipped - 4 lines]
>
> Hope this helps!
One can also do this programatically using UpdateResource:
http://msdn2.microsoft.com/en-us/library/ms648004.aspx