Oh yes, you are correct. Now I can get the values.
A new problem: seems the control table cannot been updated?
In the code, I have

r.SetString(10, newText);
view.Update(r);

and I got InstallerException 
{"Function failed during execution. Database:  Table(s) Update failed."}
with error code 1627

I've already modified the query to select all columns:
SELECT `Dialog_` , `Control`, `Type` , `X` , `Y` , `Width` , `Height` ,
`Attributes` , `Property` , `Text` , `Control_Next` ,`Help` FROM `Control`"
And r is a ScrollableText control, field is the Text property.

Any idea of the failure?

Thanks,
-Elfe


-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Question-about-using-custom-action-to-query-control-table-tp5738865p5739007.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to