[WiX-users] Dynamic checkbox initialization problem

2007-10-27 Thread János Brezniczky
Hi all! I'm using WiX 2.0.5325. I'm trying to initialize a checkbox control which is linked to a property. The property is initialized according to different conditions which are evaluated by a vbscript customaction, far before the dialog containing the control shows up. In fact I even tried t

Re: [WiX-users] Dynamic checkbox initialization problem

2007-10-27 Thread Richard
In article <[EMAIL PROTECTED]>, "=?ISO-8859-1?Q?J=E1nos_Brezniczky?=" <[EMAIL PROTECTED]> writes: > Does anyone know a way to accomplish the initialization I'm stuck with? > What am I overlooking? Check boxes toggle the property value between empty and whatever ends up listed in the Check

Re: [WiX-users] Dynamic checkbox initialization problem

2007-10-27 Thread János Brezniczky
First of all, thank you for answering.. my problem is that the checkbox sticks to the value provided long before the script runs, no matter what value I provide, and if I don't specify one, it remains unchecked because of the default 'empty' value of the property. It seems to be immune to whatever

Re: [WiX-users] Trying to preserve installation location

2007-10-27 Thread mscheuner
Thanks for your response, Richard >>Are you setting the property before the user has a chance to specify >>the install location? You need to set the property after any changes >>to the install location are made. I'm trying to store the install location the user has picked into "ARPINSTALLLOCATI

Re: [WiX-users] Trying to preserve installation location

2007-10-27 Thread Richard
In article <[EMAIL PROTECTED]>, mscheuner <[EMAIL PROTECTED]> writes: > > Thanks for your response, Richard > > >>Are you setting the property before the user has a chance to specify > >>the install location? You need to set the property after any changes > >>to the install location are m