Where is your wixlib located? Is it in the root of your project? 

I my extension the wixlib is in a Data folder, so the full path is
MyNamespace.Data.Filename.wixlib.

>From your I would expect your namespace to be "SuperWixExtension" and
the filename "SuperWixExtensionLibrary.wixlib" located in the root of
your project.

Hope this helps.

Neil

-----Original Message-----
From: Nick Ramirez [mailto:nickra...@hotmail.com] 
Sent: 08 July 2010 18:13
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Compiler extension - how to include a custom
action?


Oops. Sorry. I posted the wrong part of the code. Here's the part that I
use
to register the .wixlib:


public override Library GetLibrary(TableDefinitionCollection
tableDefinitions)
{
   if (this.library == null)
   {
      this.library = LoadLibraryHelper(
         Assembly.GetExecutingAssembly(), 
         "SuperWixExtension.SuperWixExtensionLibrary.wixlib", 
         tableDefinitions);
   }

   return this.library;
}

Thank,
Nick
-- 
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Compiler-e
xtension-how-to-include-a-custom-action-tp5271086p5271098.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to