You'll get this warning for various WiX CA extensions when they are authored in 
Merge Modules.  It's because the pattern inserts a row into the Error table 
that 
is not guaranteed to be globally unique.   If another merge module ( say an 
InstallShield generated merge module ) was to author a row with the same Id but 
a different error message you could have an integration error.

You'll have to investigate your final integrated environment but in general I 
think you'll be OK ignoring that warning. 
---
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves 
attention? E-Mail Me



----- Original Message ----
From: Naeem Ahmad <naeem.ah...@sophos.com>
To: "wix-users@lists.sourceforge.net" <wix-users@lists.sourceforge.net>
Sent: Fri, March 18, 2011 11:10:26 AM
Subject: [WiX-users] Using Util:Permission from UtilExtension, getting this 
warning

C:\delivery\Dev\wix30_public\src\ext\UtilExtension\wixlib\UtilExtension.wxs(145,0):
 warning LGHT1072: Merge modules should not contain the 'Error' table because 
all merge conflicts cannot avoided.  However, this warning can be suppressed if 
all of the consumers of the Merge Module agree to not duplicate identifiers in 
the 'Error' table.

Any idea?

________________________________
Sophos Limited, The Pentagon, Abingdon Science Park, Abingdon, OX14 3YP, United 
Kingdom.
Company Reg No 2096520. VAT Reg No GB 991 2418 08.
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



      

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to