Hello, I want to register 2 policies with the same publisher-file (pub) to the GAC
example - i have those files: mypolicy.dll policy.1.0.mypolicy.dll policy.2.0.mypolicy.dll mypolicy.pub I register the file policy.1.0.mypolicy.dll like that: <Component Id="RUNT_policy.1.0.mypolicy.dll" Guid="{84811141-A0E5-4787-A9E7-3B11A3E76766}"> <File Id="RUNT_policy.1.0.mypolicy.dll" Assembly=".net" Name="policy.1.0.mypolicy.dll" KeyPath="yes" Source="C:\test\policy.1.0.mypolicy.dll"/> <File Id="RUNT_mypolicy.pub" Name="mypolicy.pub" KeyPath="no" Source="C:\test\mypolicy.pub"/> </Component> if I add the component for registering the file policy.2.0.mypolicy.dll the same way, I get the exception that it breaks component reference counting. How can I solve this? Thank's Chris ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users