Hi,

Can anyone explain about "CustomTable"?
Why & Where it is useful?

When I open my Client.msi orca I saw "IsComponentExtended" and "IsSelfReg"
on right side(Tables row).
I know these are InstallShield related. When I apply Dark.exe on Client.MSI
I saw Custom Table.
Below is sample
<CustomTable Id="ISComponentExtended">
            <Column Id="Component_" PrimaryKey="yes" Type="string"
Width="72" />
            <Column Id="OS" Type="int" Width="4" Nullable="yes" />
            <Column Id="Language" Type="string" Width="0" Nullable="yes" />
            <Column Id="FilterProperty" Type="string" Width="72"
Nullable="yes" />
            <Row>
                <Data Column="Component_">xyz.exe</Data>
                <Data Column="OS" />
                <Data Column="Language" />
                <Data
Column="FilterProperty">_DBB4D7A1_FEDA_4E20_9A78_2F4324E84561_FILTER</Data>
           </Row>
It is showing components which are already there at "components" on right
side(Tables row)

What is the difference b/w them? 

Is it required to add? If so How in Wix?

Can any one tell what is the necessity of this? 
Thanks in advance
-- 
View this message in context: 
http://www.nabble.com/Custom-Table-tp15251084p15251084.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to