Re: [WiX-users] Custom Action .net dll referring signed assembly

2009-12-21 Thread Ranganatha H C
may be something > to > > do with the error. Where is the CA sequenced? > > > > Phil Wilson > > > > > > -Original Message- > > From: Ranganatha H C [mailto:ranganatha...@gmail.com] > > Sent: Thursday, December 03, 2009 7:01 AM > > To: Ge

Re: [WiX-users] Custom Action .net dll referring signed assembly

2009-12-21 Thread Ranganatha H C
something > to > > do with the error. Where is the CA sequenced? > > > > Phil Wilson > > > > > > -Original Message- > > From: Ranganatha H C [mailto:ranganatha...@gmail.com] > > Sent: Thursday, December 03, 2009 7:01 AM > > To: Ge

Re: [WiX-users] Custom Action .net dll referring signed assembly

2009-12-03 Thread Blair
gt; Phil Wilson > > > -Original Message- > From: Ranganatha H C [mailto:ranganatha...@gmail.com] > Sent: Thursday, December 03, 2009 7:01 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Custom Action .net dll referring signed assembly &g

Re: [WiX-users] Custom Action .net dll referring signed assembly

2009-12-03 Thread Ranganatha H C
- > From: Ranganatha H C [mailto:ranganatha...@gmail.com] > Sent: Thursday, December 03, 2009 7:01 AM > To: General discussion for Windows Installer XML toolset. > Subject: [WiX-users] Custom Action .net dll referring signed assembly > > Hey All, > > We have a signed .net a

Re: [WiX-users] Custom Action .net dll referring signed assembly

2009-12-03 Thread Wilson, Phil
: Thursday, December 03, 2009 7:01 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Custom Action .net dll referring signed assembly Hey All, We have a signed .net assembly, it has some functionality(e.g, validate license key .. etc) While installing the

[WiX-users] Custom Action .net dll referring signed assembly

2009-12-03 Thread Ranganatha H C
Hey All, We have a signed .net assembly, it has some functionality(e.g, validate license key .. etc) While installing the application we need to validate the user entered license key. For this to happen we have create a WIX Custom Project , which refers the our signed .net assembly. The custom ac