I've got some merge modules that contain policy dll files and config files for assemblies that need to go into the GAC. I have tried several different things to get these files placed into the GAC with the associated assemblies, but to no avail. I have tried adding them to the same component and set the main assembly as the KeyPath, but then I can't set the Assembly attribute on the other files (because the file with the assembly attribute also has to be the key file). I have tried putting these in their own components (config's and policy dll's) but they aren't "valid" GAC files.

Previously, I had added everything in our InstallScript code to the GAC by using gacutil with *.*

If this is not correct, how do I handle the policy and config files that go with the assemblies? Where should these be placed on disk if they don't go into the GAC?

Thanks,
Joseph
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to