Re: [WiX-users] Custom Action cannot find dependent assembly

2014-07-17 Thread John Cooper
7 Office:  913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: George Fleming [mailto:gef...@microsoft.com] Sent: Wednesday, July 16, 2014 9:17 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Custom Action cannot find dependent assembly Using

[WiX-users] Custom Action cannot find dependent assembly

2014-07-16 Thread George Fleming
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. P