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 setup.

Custom actions should have as few dependencies as possible. There's no way to tell MSI that a DLL in the Binary table has dependencies on other DLLs. If you install the DLLs, you can sequence your custom actions after InstallFiles so the files are available.

-- 
sig://boB
http://bobs.org


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to