Re: [WiX-users] how to retrieve the value from a "Edit"

2008-03-04 Thread Boris Krivonog
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

Re: [WiX-users] how to retrieve the value from a "Edit"

2008-03-04 Thread Xu nanxuan
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

Re: [WiX-users] how to retrieve the value from a "Edit"

2008-03-03 Thread Xu nanxuan
Thanks, But I'm still a little confused. Could you please give me some examples based on the followings: e.g 1. 3.in the myDll.ll file, things are like this: UINT _stdcall func(MSIHANDLE hInstaller) { string str; MessageBoxA(str); return ERROR_SUCCESS; } Then, how can I have func ge

Re: [WiX-users] how to retrieve the value from a "Edit"

2008-03-03 Thread Bob Arnson
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 > functionof that dll. How can i do that? Thanks! Controls set property values. You can't pass properties to custom actions but your custom action

[WiX-users] how to retrieve the value from a "Edit"

2008-03-03 Thread Xu nanxuan
Hi, all: 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! _ Express yourself instantly with MSN Messe