Hi Rufeng,
  First of all you need understand that CA executing in temp folder
under his own process, so even you will include them in MSI - CA can
found then, only if them installed in GAC or you will develop some
special code to look/load dlls from in/from some folder on computer.

   I have several questions to you:
    1) Are you need 3rd party dll for CA only or you need it for your
application too?
    2) is 3party dll need be registered in GAC or them cam be
installed in some folder?
    3) Try look to output folder of CA dll on computer where you are
compile CA. Are 3rd party dll copied to this folder or not?

Thanks,
  Dima

On Sat, Oct 4, 2008 at 12:53 AM, Rufeng Li <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I need help on how to include 3rd party dll in MSI.  I have a custom action 
> calling to an API that requires 3rd party dll (no static library).  I have 
> include my install helper dll for custom action and the 3rd party dll in the 
> MSI,  but the dlls does not load (because it's renamed in Msi?).  Is this 
> supported?  What's the best way to solve the problem?
>
> Thanks,
> Rufeng
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to