Hi Simon, 1. In addition to the GAC, put another copy of the file in a dedicated folder and register that folder's location here: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders (Take a look at the existing contents of this registry key for an example.) This will make the assembly appear on the .NET tab of the Add Reference dialog. You may then place the XML documentation file next to the DLL and IntelliSense should pick it up. 2. Visual Studio (or MSBuild) _will_ resolve the reference using the GAC, but only if it can't find it elsewhere (the GAC is the last place in the probing order).
Regards, Ron -----Original Message----- From: Simon Dahlbacka [mailto:simon.dahlba...@gmail.com] Sent: Friday, August 21, 2009 10:49 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] XML documentation file to GAC AFAIK, you shouldn't have any need to do this (for IntelliSense purposes), as Visual Studio/MSbuild won't resolve the file from GAC when building anyway. /Simon On Fri, Aug 21, 2009 at 10:31 AM, Rieche, Simon < simon.rie...@iriscorporate.com> wrote: > Hello, > > is there a way to deploy with WiX the XML documentation file -generated by > Visual Studio- together with the dll to the GAC? > > For example the file Test.xml for the Test.dll: > > <Component Id="C_Test.dll" Guid="11111111-2222-3333-4444-555555555555"> > <File Id="F_Test.dll" Name="Test.dll" KeyPath="yes" Vital="yes" > Assembly=".net" Source="Input\GAC\Test.dll "/> > </Component> > > Regards, > Simon > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users