Re: [WiX-users] Calling a dll function from another causing problem

2006-10-18 Thread Bob Arnson
Please keep wix-users on the thread. Rai Wasif wrote: thanx for ur suggestion. but i still have problem i.e. after installfile i call my function but it return with value 1627 i.e. function failed during installation. if i didn't use any dependend dll function then it work fine. secon

Re: [WiX-users] Calling a dll function from another causing problem

2006-10-17 Thread Bob Arnson
Rai Wasif wrote:   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 se