Hi:
I have the following custom table definition:
<CustomTable Id="JawsTable">
<Column Id="MajorVersion" Category="Integer" Type="int" Width="2"/>
<Column Id="MinorVersion" Category="Integer" Type="int" Width="2"/>
<Column Id="Build" Category="Integer" Type="int" Width="2"/>
<Column Id="Path" Category="RegPath" Type="string" PrimaryKey="yes"/>
<Column Id="AllUsersPath" Category="Path" Type="string"/>
<Column Id="CurrentUserPath" Category="Path" Type="string"/>
<Column Id="RoamingPath" Category="Path" Type="string" Nullable="yes"/>
<Row>
<Data Column="MajorVersion">12</Data>
<Data Column="MinorVersion">0</Data>
<Data Column="Build">522</Data>
<Data Column="Path">"HKLM\Software\Freedom
Scientific\JAWS\12.0\Target</Data>
<Data Column="RoamingPath"></Data>
</Row>
</CustomTable>
As can be seen, a first row is partially filled in.
My queries are:
Firstly, can I refer to one column from another, for example in the snippet
above, I need to refer to the <Path> column in the <RoamingPath> column. Do I
need a custom action to do this?
Secondly, can the Regpath datatype refer to a value name, in this example
"Target", this isn't clear from the docs.
Any help appreciated.
Regards
Sean.
------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand
malware threats, the impact they can have on your business, and how you
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users