Bugs item #1947031, was opened at 2008-04-20 06:55 Message generated for change (Settings changed) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1947031&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: light Group: None >Status: Closed >Resolution: Invalid Priority: 5 Private: No Submitted By: Andrew Sampson (malesh) Assigned to: Nobody/Anonymous (nobody) Summary: WiX fails to schedule WriteRegistryValues properly from MSM Initial Comment: If a MSI that doesn't contain registry entries includes a MSM that does contain registry entries, then WiX fails to schedule the WriteRegistryValues action. The workaround is to manually schedule WriteRegistryValues in the InstallExecuteSequence of the MSI. ---------------------------------------------------------------------- >Comment By: Bob Arnson (barnson) Date: 2008-04-21 15:33 Message: Logged In: YES user_id=26581 Originator: NO Mergemod.dll is busted in this case. You can either schedule WriteRegistryValues or use EnsureTable to give the table to WiX before merging. (See comments in EnsureTable doc.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1947031&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
