Maybe this answer will come to you a bit too late, but nevertheless...

The
http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg15719.html
post contains a simple VS 2005 project (***KillMeSoftly.zipx
<http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg15719/KillMeSoftly.zipx>)*.
Within it is a KillMeSoftly.cpp source file which contains the logic to
read a MSI property value using MsiGetProperty function.

Maybe you will find it useful.

Cheers,
Boris



Xu nanxuan wrote:
> I think I've got it. Thanks!
>
>     ------------------------------------------------------------------------
>
>     Xu nanxuan wrote:
>
>         I want to retrieve the value from an "Edit" Control Type, and
>         then pass the retrieved string to a custom dll as a parameter
>         to a function of that dll. How can i do that? Thanks!
>
>
>     Controls set property values. You can't pass properties to custom
>     actions but your custom action can use WcaGetProperty or
>     MsiGetProperty to read them.
>
>     -- 
>     sig://boB
>     http://joyofsetup.com/
>
>
> ------------------------------------------------------------------------
> Express yourself instantly with MSN Messenger! MSN Messenger
> <http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> 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
>   


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