Using Wix 3.5, I have a Custom Action that requires an interop .NET assembly. 
When I run the installer, it complains that the assembly is not found.


I've searched for info on how to package the DLL file in the MSI, but only 
instruction seems to be for Visual Studio, and use of CopyLocal flag. Problem 
is, my CA is built not with VS, but Microsoft's CoreXt. Is it possible to do 
this without VS? Is there any flag I can set in WiX itself to include extra 
assemblies?


I suppose an alternative would be to put the dependent assembly in the GAC, but 
I would prefer not to do that.

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to