Markus Wagner wrote:
> I have written my own CompilerExtension which calls a custom action also
> written by me. 
>  
> Now I have written a setup project to deploy my extension. It installs my
> extension dll and my custom action dll in a given directory and my xsd in
> the Visual Studio schema cache.
>   

The WiX extensions all include their custom action DLLs embedded in the 
extension in a .wixlib. Then in your extension class, override 
GetLibrary to return it. That makes the WiX authoring and files they 
refer to available "for free."

-- 
sig://boB
http://joyofsetup.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