Re: [WiX-users] Custom action Problem

2008-10-24 Thread Sandeep Gautam (HCL Technologies Ltd)
: 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

Re: [WiX-users] Custom action Problem

2008-10-24 Thread Chad Miles
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]> wrot

[WiX-users] Custom action Problem

2008-10-24 Thread Sandeep Gautam (HCL Technologies Ltd)
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 th

[WiX-users] Custom action Problem

2008-10-24 Thread Sandeep Gautam (HCL Technologies Ltd)
HI, I have developed one c# file browse dialog box. This Ca is invoking from one WIx Dialog box contains(text box, browse button, next button and Back button).In Text box, I am take property which will get value from file browse dialog CA. On Click event of browse button, I m invoking file brows

Re: [WiX-users] Custom Action problem

2006-07-13 Thread Scott Sam
L PROTECTED] On Behalf Of Scott Sam Sent: Wednesday, July 12, 2006 4:17 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom Action problem I'm trying to create a type 50 custom action, when I check the type with orca it show as a type 1202. I can't find anything on a type 12

Re: [WiX-users] Custom Action problem

2006-07-12 Thread Rob Mensching
lf Of Scott Sam Sent: Wednesday, July 12, 2006 4:17 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom Action problem I'm trying to create a type 50 custom action, when I check the type with orca it show as a type 1202. I can't find anything on a type 1202 custom action. When

[WiX-users] Custom Action problem

2006-07-12 Thread Scott Sam
I'm trying to create a type 50 custom action, when I check the type with orca it show as a type 1202. I can't find anything on a type 1202 custom action. When I change it to type 50 using orca the install fails, which leads me to believe I'm doing something wrong. Here is how I set my property,