Re: [WiX-users] GAC .NET assembly along with its dependent .DLL library

2012-01-16 Thread Daniel Wenqing Cai
ML toolset. Sent: Monday, January 16, 2012 11:01 AM Subject: Re: [WiX-users] GAC .NET assembly along with its dependent .DLL library Rob,  In his post he mentions he's able to sucessfully deploy the two files together to the GAC using GacUtil so I don't think there's any problem

Re: [WiX-users] GAC .NET assembly along with its dependent .DLL library

2012-01-16 Thread Christopher Painter
Windows Installer XML toolset." Subject: Re: [WiX-users] GAC .NET assembly along with its dependent .DLL library The previously mentioned error turns out to be the dreadful 1935 error. Any tips that can help me move along will be much appreciated. Thanks, Daniel ---

Re: [WiX-users] GAC .NET assembly along with its dependent .DLL library

2012-01-16 Thread Christopher Painter
ing > installed to the GAC. > > In that situation MSI and/or .NET (fusion API) figured out the > relationship and the two files were published atomically into the GAC as > expcted. > > I don't see the wxs snippet that you say followed so I'm not sure what you

Re: [WiX-users] GAC .NET assembly along with its dependent .DLL library

2012-01-16 Thread Rob Mensching
t;neutral", publicKeyToken=""'. Please refer > to Help and Support for more information. > > Thanks, > Daniel > > > ________________ > From: Christopher Painter > To: Daniel Wenqing Cai ; General discussion for > Windows Installer XM

Re: [WiX-users] GAC .NET assembly along with its dependent .DLL library

2012-01-16 Thread Daniel Wenqing Cai
ML toolset. Sent: Sunday, January 15, 2012 6:49 PM Subject: Re: [WiX-users] GAC .NET assembly along with its dependent .DLL library Thanks for your reply.  I am actually using CompanionFile attribute to indicate the relationship.  Here are the snippet for the .NET assembly and the dependent libra

Re: [WiX-users] GAC .NET assembly along with its dependent .DLL library

2012-01-15 Thread Daniel Wenqing Cai
1.0.0.0", culture="neutral", publicKeyToken=""'. Please refer to Help and Support for more information.  Thanks, Daniel From: Christopher Painter To: Daniel Wenqing Cai ; General discussion for Windows Installer XML toolset. ; wix-users@lists.sour

Re: [WiX-users] GAC .NET assembly along with its dependent .DLL library

2012-01-15 Thread Christopher Painter
Sent: Sunday, January 15, 2012 5:10 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] GAC .NET assembly along with its dependent .DLL library Hi, I am new to WiX. I have a special situation that I need some help. My problem is, my .NET assembly needs to be deployed to GAC, but

[WiX-users] GAC .NET assembly along with its dependent .DLL library

2012-01-15 Thread Daniel Wenqing Cai
Hi,  I am new to WiX. I have a special situation that I need some help.  My problem is, my .NET assembly needs to be deployed to GAC, but the assembly has a dependency on a third-party unmanaged library which is written by Microsoft. I need to deploy the .NET assembly to GAC, at the same time,