Re: [WiX-users] How to pass parameter to Custom Action

2009-03-10 Thread Prabhakaran Paulraj
Hi Nicholas, Thanks for the reply this is what i was looking for. Regards Prabhakaran -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net

Re: [WiX-users] How to pass parameter to Custom Action

2009-03-09 Thread Nicholas Ionescu
09, 2009 7:21 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to pass parameter to Custom Action Hi Everyone, I need to pass the Computer Name as a parameter to the Wix file and also want to display the Computer Name in the Customized Action. I have a Customized Action Dialog

[WiX-users] How to pass parameter to Custom Action

2009-03-09 Thread Prabhakaran Paulraj
Hi Everyone, I need to pass the Computer Name as a parameter to the Wix file and also want to display the Computer Name in the Customized Action. I have a Customized Action Dialog which should display the client machine name in a text box.  Is there any way to acheive this? I am using Wix 2.0 a