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 action inside this , call
the method on the license key to validate.

But since , the assembly is signed , I always get a the below error

*The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2896. The
arguments are: ValidateLicense’*


After a call to custom action.


How can we resolve it.


But If I use the un-signed dll and reference it in the custom action project
everything works fine.


Any idea what I am missing.


Thanks in advance

Ranganatha
**
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to