Bugs item #1710222, was opened at 2007-04-30 12:39 Message generated for change (Comment added) made by robmen You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1710222&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: v2.0 >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Averbuch (averbuch) >Assigned to: Rob Mensching (robmen) Summary: ScaWixLib IgnoreModularizations wrong for Certificates code Initial Comment: We are using 2.0.5213.0, and the IgnoreModularizations for Certificates code src\ca\serverca\scawixlib\sca.wxs Specifically, the IgnoreModularizations use plurals, whereas the actual custom actions are singular Example: <IgnoreModularization Name="AddMachineCertificates" Type="Action" /> and <CustomAction Id="AddMachineCertificate" BinaryKey="ScaExecute" DllEntry="AddMachineCertificate" Impersonate="no" Execute="deferred" HideTarget="yes" Return="check" /> This is true for all of the others as well. Notice the extra "s". ---------------------------------------------------------------------- >Comment By: Rob Mensching (robmen) Date: 2007-05-10 22:40 Message: Logged In: YES user_id=991639 Originator: NO Indeed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1710222&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
