Hi All, 
I am using the below to GAC my dll.
 
<Component Id="ADDLL" Guid="B0F12FC5-5AD2-4b5f-838D-2E6EFD5D0956">
<File Id="GAC.dll" Name="DLL.dll" KeyPath="yes" Assembly=".net" />
</Component>
 
This works fine. But if the target machine has both .NET 3.5 and 4.0 the dll 
gets GAC'ed for both. Since I am handling those two as a feature. Is there a 
way of select for which Framework the DLL gets GAC'ed, 3.5 GAC and 4.0 GAC.
 
Thanks
Andres                                    
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to