Re: [WiX-devs] How to call a dll function from a dll in WIX Setup

2006-10-17 Thread Heath Stewart
Wasif Sent: Tuesday, October 17, 2006 5:19 AM To: wix-devs@lists.sourceforge.net; wix-devs@lists.sourceforge.net Subject: [WiX-devs] How to call a dll function from a dll in WIX Setup   hi,   i m creating a setup file using Wix. but i got the following problem i.e. when i call a exported

[WiX-devs] How to call a dll function from a dll in WIX Setup

2006-10-17 Thread Rai Wasif
hi,   i m creating a setup file using Wix. but i got the following problem i.e. when i call a exported function from a dll (refered by binary tag) and if this dll use another dll then it crashed. i don't know where to place the second dll so that it could b available to setup.thanx in advance.Regar