Stupid user error...(I'm almost too embarrassed to say! :) )
A WixExtension has an overridable property "TableDefinitions" and an overridable method, "GetLibrary". To make a long story short, within GetLibrary's invocation of "LoadLibraryHelper" [which takes a parameter of type TableDefinitionCollection] I was essentially using the return value of "TableDefinitions" instead of the TableDefinitionCollection which is passed into "GetLibrary". "TableDefinitions" contains only my custom table definitions, the TableDefinitionCollection passed into "GetLibrary" contains many, many other tables. Once I found this and changed "LoadLibraryHelper" to use "tableDefinitions" passed into "GetLibrary" instead of "TableDefinitions", this all starting working like a champ... -----Original Message----- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Tuesday, April 28, 2009 7:57 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] WiX compiler extension and WiX Lib... John Nannenga wrote: > Found my issue and resolved it... > What was the root cause? -- sig://boB http://joyofsetup.com/ ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users