In article <[EMAIL PROTECTED]>,
    "Chris Weiss" <[EMAIL PROTECTED]>  writes:

> Is there a way to read the return of a DLL call CA into a property? I
> have a DLL that tracks down a particular printer driver and returns a
> path to the files. The DLL is pre-written, so I can't use
> MSISetProperty or any fun-ness like that.

You'll have to write your own CA that calls this other DLL's function
(possibly unpacking the other DLL from the Binary table into %TEMP%
and calling it through LoadLibrary/GetProcAddress) and then get the
return value and store it into a property using your CA.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to