Bugs item #1753831, was opened at 2007-07-13 23:05 Message generated for change (Settings changed) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1753831&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: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Whatever1856 (whatever1856) >Assigned to: Bob Arnson (barnson) Summary: Custom actions in extensions should be Overridable. Initial Comment: the Custom actions InstallSqlData and SchedXmlFile can't be overriden. This is a problem because I need to have SchedXmlFile before MyCustomAction which needs to run before InstallSqlData. As of right now I scheduling MyCustomAction to run after SchedXmlFile and then using orca to move InstallSqlData to run after MyCustomAction everytime I build the msi again. ---------------------------------------------------------------------- Comment By: Bob Arnson (barnson) Date: 2007-07-20 05:25 Message: Logged In: YES user_id=26581 Originator: NO SchedXmlFile is marked overridable. Added to InstallCertificates, UninstallCertificates, InstallSqlData, and UninstallSqlData. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1753831&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
