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

2012-07-10 Thread Garrett Serack
rget 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 .NET 4.0, they are installed into the .NET 4.0 GAC. Regards, Dirk 2012/7/9 Garrett Serack : > Hey, I was wondering if it's possibl

[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? --