Title: RE: VBScript and ComboBox
Found the problem, and it looks like it was the way I
extracted the string from the returned record.
Thanks Bob for putting me on the right track!
Morten
Fra: Bob Arnson [mailto:[EMAIL PROTECTED]
Sendt: 25. oktober 2006 16:38Til: Lerudjordet,
Title: RE: VBScript and ComboBox
No the custom action is not deferred, as I understand
deferred it would run the code outside the installer sandbox and would not be
able to access it's properties.
I linked the CA to a button that calls a function that
does a lookup (SQL query) into the pro
Title: RE: VBScript and ComboBox
Lerudjordet, Morten Minge wrote:
I already use this in my wix
code, but trying to access the installer database from external code I
don't seem to find this property.
Are you trying to access the property from a deferred custom action?
That
Title: RE: VBScript and ComboBox
I already use this in my wix code, but trying to access the
installer database from external code I don't seem to find this property.
That is why I was wondering if this property was added to
another table than Propery. If the combobox property was in the p
Title: RE: VBScript and ComboBox
Lerudjordet, Morten Minge wrote:
But what I'm asking is if there
is a way to access the combobox (property) that has been selected in
the install UI.
Does it reside in a temp table or
somthing in the WI database, that I can access from my scri
Title: RE: VBScript and ComboBox
So I see some errors in my script,
("SELECT * FROM `ComboBox` WHERE `Property` = 'TARGETWEBCOMBO' AND `Order` = 'sResult'") should be
("SELECT * FROM `ComboBox` WHERE `Property` = 'TARGETWEBCOMBO' AND `Order` = '" & sResult & "'")
But what I'm asking is i
Title: VBScript and ComboBox
Hi,
I have a ComboBox that is populated by websites installed on a given server (_vbscript_).
Choosing the preferred site in the combobox I want a script to "read" this value and get all site info (port, IP..)
Is this possible?
I tried accessing the propert
7 matches
Mail list logo