Re: [CODE]: update code signing for Windows

2012-06-25 Thread Jürgen Schmidt
On 6/22/12 4:34 PM, Rob Weir wrote: On Fri, Jun 22, 2012 at 9:04 AM, Jürgen Schmidt jogischm...@googlemail.com wrote: On 6/22/12 2:34 PM, Jürgen Schmidt wrote: On 6/22/12 1:47 PM, O.Felka wrote: Hello Jürgen, Am 22.06.2012 13:03, schrieb Jürgen Schmidt: Hi, I analyzed and played with

Re: [CODE]: update code signing for Windows

2012-06-25 Thread Jürgen Schmidt
: Re: [CODE]: update code signing for Windows [ ... ] Just a suggestion: since you are testing the signing process here, the actual content is irrelevant. So you could make a much smaller file that just installs a text file (or something like that). [ ... ]

[CODE]: update code signing for Windows

2012-06-22 Thread Jürgen Schmidt
Hi, I analyzed and played with code signing on Windows using a self signed test certificate. Thanks to Andre and his Perl skills I was able to fix a strange build problem with a too long command line triggered from a makefile to perl. Anyway this is solved now. I have now signed a full install

Re: [CODE]: update code signing for Windows

2012-06-22 Thread O.Felka
Hello Jürgen, Am 22.06.2012 13:03, schrieb Jürgen Schmidt: Hi, I analyzed and played with code signing on Windows using a self signed test certificate. Thanks to Andre and his Perl skills I was able to fix a strange build problem with a too long command line triggered from a makefile to perl.

Re: [CODE]: update code signing for Windows

2012-06-22 Thread Jürgen Schmidt
On 6/22/12 1:47 PM, O.Felka wrote: Hello Jürgen, Am 22.06.2012 13:03, schrieb Jürgen Schmidt: Hi, I analyzed and played with code signing on Windows using a self signed test certificate. Thanks to Andre and his Perl skills I was able to fix a strange build problem with a too long

Re: [CODE]: update code signing for Windows

2012-06-22 Thread Jürgen Schmidt
On 6/22/12 2:34 PM, Jürgen Schmidt wrote: On 6/22/12 1:47 PM, O.Felka wrote: Hello Jürgen, Am 22.06.2012 13:03, schrieb Jürgen Schmidt: Hi, I analyzed and played with code signing on Windows using a self signed test certificate. Thanks to Andre and his Perl skills I was able to fix a

Re: [CODE]: update code signing for Windows

2012-06-22 Thread Rob Weir
On Fri, Jun 22, 2012 at 9:04 AM, Jürgen Schmidt jogischm...@googlemail.com wrote: On 6/22/12 2:34 PM, Jürgen Schmidt wrote: On 6/22/12 1:47 PM, O.Felka wrote: Hello Jürgen, Am 22.06.2012 13:03, schrieb Jürgen Schmidt: Hi, I analyzed and played with code signing on Windows using a self

Re: [CODE]: update code signing for Windows

2012-06-22 Thread sebb
On 22 June 2012 12:03, Jürgen Schmidt jogischm...@googlemail.com wrote: Hi, I analyzed and played with code signing on Windows using a self signed test certificate. Thanks to Andre and his Perl skills I was able to fix a strange build problem with a too long command line triggered from a