I'm trying to figure out the best way to create a merge module that installs .NET assemblies. I'd like to allow the user of the module to specify a folder or the GAC.
I found that to allow targeting of a folder I should use and to install in the GAC I have to set Assembly=".net" and KeyPath="yes" in the File tags.
It it possible to merge these two or do I have to create two different merge modules?