Hi Chad,

Thanks for quick response. Actually I am using c# custom action. I have 
assigned the property value in my ca itself.
Session[PROP]= PROPVALUE
With this code Value are assigning corrretly. But this value is not coming in 
text box directly. If I am changing UI then coming back to that screen from 
where that CA has executed,values are coming correct in text box. So refresh 
problem is here.

Regards
Sandeep

-----Original Message-----
From: Chad Miles [mailto:[EMAIL PROTECTED]
Sent: Friday, October 24, 2008 2:02 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Custom action Problem

Sure, MsiSetProperty(hinstall, PROP, PROPVALUE) I would think, then you
could take that PROP and put and use it in your UIText element,
while scheduling to run immediate.

I'm thinking that would work.

On Fri, Oct 24, 2008 at 4:49 PM, Sandeep Gautam (HCL Technologies Ltd) <
[EMAIL PROTECTED]> wrote:

> Hi,
>
> I want to enter some values from my c# custom action to Wix UI text box.
> Can i  access  this text box in my c# CA?
>
>
> Regards
> Sandeep
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to