Bugs item #1808294, was opened at 2007-10-05 12:31 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1808294&group_id=105970
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: extensions Group: v3.0 >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Cristian Baiu (cristiannbaiu) >Assigned to: Rob Mensching (robmen) Summary: Util:PermisionEx inside an MSM Initial Comment: Using Util:PermisionEx in an MSM I receive 3 warnings compiling the MSM involving the errors displayed by the PermisionEx custom actions. These warnings say that "Error" table is a dangerous table inside a MSM. For me indeed they are dangerous because I also use Util:PermisionEx in my MSI which includes the MSM and while the MSM is not localized (it has no reason to be except the PermisionEx messages) my MSI's are, and I cannot be sure which strings will win. Actually, I was lucky so far, because the MSI's strings were added to the MSI's Error table before the MSM's strings, so the localized versions won. Maybe, an improvement can be done regarding these strings, in order to avoid the Error conflicts. ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2008-02-21 22:45 Message: Logged In: YES user_id=991639 Originator: NO Agreed. This is a deficiency in Merge Modules. There are two options: (1) do what you did, (2) don't use the CustomAction in a Merge Module. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1808294&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
