Adam Langley wrote:

Thanks Bob, you've given me some more places to look. Could you please give me a quick rundown or reference to explain 'unreal tables' (theres nothing in wixwiki)?


I'm not aware of any doc. Unreal tables are how WiX persists information from compile time to link time when it's not directly a column in an MSI table. For example, there's a WixFile table that contains columns for things like the directory and source path that don't exist in the standard MSI File table. See src\wix\Data\tables.xml for definitions of all tables, real and unreal.

--
sig://boB
http://joyofsetup.com/

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to