Re: [WiX-users] dynamically fill a combobox

2007-10-04 Thread Kelly Leahy
by: [EMAIL PROTECTED] 10/04/2007 12:09 PM To cc Subject Re: [WiX-users] dynamically fill a combobox I don’t know much about the operation of this code, but I don’t believe you can set a default. I would not describe VBScript as the best language for custom actions, but in this part

Re: [WiX-users] dynamically fill a combobox

2007-10-04 Thread Wilson, Phil
Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, October 04, 2007 8:16 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] dynamically fill a combobox Hi Phil, Thanks, that is exactly what I was looking for. Unfortunately

Re: [WiX-users] dynamically fill a combobox

2007-10-04 Thread [EMAIL PROTECTED]
@lists.sourceforge.net Subject: Re: [WiX-users] dynamically fill a combobox Collected but not used by me, this VBScript used in a custom action may help: Function Combo() ' This function initializes and then sets variables to set values for the four columns ' of the ComboBox table (Prope

Re: [WiX-users] dynamically fill a combobox

2007-10-02 Thread Wilson, Phil
Collected but not used by me, this VBScript used in a custom action may help: Function Combo() ' This function initializes and then sets variables to set values for the four columns ' of the ComboBox table (Property, Order, Value and Text). Then a function is called to add ' the row of v