Re: [WiX-users] Problem adding assembly to GAC

2007-07-19 Thread Mike Menaker
07 12:34 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Problem adding assembly to GAC Make sure that the internal name of the assembly matches the file name. If you renamed the assembly externally but its internal identity is the original name it won't install. As a check, i

Re: [WiX-users] Problem adding assembly to GAC

2007-07-18 Thread Mike Menaker
: [WiX-users] Problem adding assembly to GAC Make sure that the internal name of the assembly matches the file name. If you renamed the assembly externally but its internal identity is the original name it won't install. As a check, if you try to install it to the GAC with a Visual Studio

Re: [WiX-users] Problem adding assembly to GAC

2007-07-18 Thread Wilson, Phil
assembly and can just get them. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Menaker Sent: Wednesday, July 18, 2007 10:43 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem adding assembly to GAC I have encountered a problem adding some assembli

[WiX-users] Problem adding assembly to GAC

2007-07-18 Thread Mike Menaker
I have encountered a problem adding some assemblies to the GAC. The assembly I'm trying to add is wrapper to a COM object. When I just use TLBIMP it works fine. However I added versioning by: Using ildasm.exe to disassemble Then appending a resource file and using ilasm.exe to re asse