Re: [WiX-users] GACing .NET binaries to a specific GAC (.net 2.0 vs .net 4.0)

2012-07-10 Thread Garrett Serack
10, 2012 6:18 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] GACing .NET binaries to a specific GAC (.net 2.0 vs .net 4.0) Hi Garrett, with our product we have some libraries that get installed into .NET GAC. The GAC they are installed into is defined by the ta

Re: [WiX-users] GACing .NET binaries to a specific GAC (.net 2.0 vs .net 4.0)

2012-07-10 Thread Dirk Räder
Hi Garrett, with our product we have some libraries that get installed into .NET GAC. The GAC they are installed into is defined by the target framework these assemblies are built for. So, if you build them for .NET 3.5 or earlier, they are installed into the .NET 2.0 GAC. If they are build for .N

[WiX-users] GACing .NET binaries to a specific GAC (.net 2.0 vs .net 4.0)

2012-07-09 Thread Garrett Serack
Hey, I was wondering if it's possible when creating an installer to install a .NET assembly that installs a given assembly to a particular GAC. I've got an assembly that I'd like installed to the .NET 2.0 GAC, but apparently it just wants to install it to the 4.0 GAC. Any ideas? --