Is this a per-user or per-machine installer ? Are you loading the dll
dynamically ? Are you specifying the full path ? The current directory for a
custom action is, I think, System32.
Installing something to TEMP is a bit odd. TEMP is a per-user location and
will vary depending on installation context and the phase of installation (in
script or not). A verbose log will tell you exactly where things are being
installed to.
If you're using DTF C# custom actions, it can unpack dependencies for you. If
you're using C++ you can extract files from the binary table in your custom
action. Both approaches have been discussed on the list.

-----Original Message-----
From: tzleon [mailto:tzl...@gmail.com] 
Sent: 30 October 2012 08:39
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to load liberary(dll) from custom action?

Hi,

I need to create a sqlite database in my installation, so I have to load the
splite3.dll file in the custom action which contain in my msi file. But the
problem is how to processing this?
I tried to install the splite3.dll to the temporary folder, but the custom
action could not find the file after the "InstallFinalize" action, why? And
how to process it correctly?



--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-load-lib
erary-dll-from-custom-action-tp7581660.html
Sent from the wix-users mailing list archive at Nabble.com.

-----------------------------------------------------------------------------
-
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free
today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to