Re: [WiX-users] "Add reference" in Visual Studio 10

2010-09-11 Thread Andres Juarez
-users] "Add reference" in Visual Studio 10 > > > I am adding our dlls to the VS “Add reference” by simply passing the path > where the assemblies are to this reg key > > Key="Software\Microsoft\.NETFramework\AssemblyFolders"> > > This works

Re: [WiX-users] "Add reference" in Visual Studio 10

2010-09-11 Thread Neil Sleightholm
The key has changed for vs 2010 (in fact it changed for 2008 but the old one worked). Try searching for AssemblyFoldersEx you should find the details. When I did it I found the new key didn't work for .net 2.0 projects in vs2010 and I never figured out why. Neil Neil Sleightholm n...@x2system

[WiX-users] "Add reference" in Visual Studio 10

2010-09-10 Thread Andres Juarez
I am adding our dlls to the VS “Add reference” by simply passing the path where the assemblies are to this reg key This works fine for VS9, but it does not seem to do anything for VS10. Does anyone know what else is missing here for VS10? Thanks -