Re: [WiX-users] Dll dependent Custom Actions

2007-05-09 Thread Richard.Foster
hting with dependencies. Hope this helps, Regards, Richard From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 8:06 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Dll dependent Custom Acti

[WiX-users] Dll dependent Custom Actions

2007-05-09 Thread lav.gupta
Hi, I've a custom Action which uses an exe.This exe is refering to another dll. How can I make this dll available to the exe during installation,As it is failing during installation with error "Unable to load dll or it's dependencies" ? Regards, Lav ---