Bugs item #1724550, was opened at 2007-05-23 17:37 Message generated for change (Comment added) made by pmarcu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1724550&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: pyro Group: v3.0 >Status: Pending Resolution: None Priority: 5 Private: No Submitted By: Aaron Stebner (aaronste) Assigned to: pmarcu (pmarcu) Summary: Patch build process should insert the PatchFiles action Initial Comment: All patches should contain a PatchFiles action that is scheduled between InstallFiles and DuplicateFiles. The PatchWiz tool in the Windows Installer SDK always inserts a PatchFiles action into the InstallExecuteSequence with every patch it builds. The WiX patch build process should also do this. Also, we need to make sure that we schedule PatchFiles between InstallFiles and DuplicateFiles in patches created by WiX. The information in the PatchFiles MSDN documentation (http://msdn2.microsoft.com/en-us/library/aa370577.aspx) provides more detail about these scenarios: The PatchFiles action queries the Patch table to determine which patches are to be applied. The PatchFiles action also performs the byte-wise patching of the files. If the file that is to be patched is not installed, the PatchFiles action must come after the InstallFiles action that installs the file. Previously installed files may be patched at any point in the action sequence. The DuplicateFiles Action must come after the PatchFiles action to prevent duplicating the unpatched version of the file. Doing this work provides parity with the existing PatchWiz tool and allows support for delta patching scenarios. ---------------------------------------------------------------------- >Comment By: pmarcu (pmarcu) Date: 2007-11-08 13:54 Message: Logged In: YES user_id=1612676 Originator: NO Fixed as part of the binary delta patching feature. ---------------------------------------------------------------------- Comment By: pmarcu (pmarcu) Date: 2007-10-01 11:04 Message: Logged In: YES user_id=1612676 Originator: NO Need to make sure this is done when delta patching gets implemented. ---------------------------------------------------------------------- Comment By: Blair (bmurri) Date: 2007-09-07 13:51 Message: Logged In: YES user_id=1765232 Originator: NO I will do this. ---------------------------------------------------------------------- Comment By: Blair (bmurri) Date: 2007-07-06 13:50 Message: Logged In: YES user_id=1765232 Originator: NO Since whole files in a patch do not have entries in the Patch table, should this action still be added if the Patch table is empty/missing? The PatchFiles action is driven by that table. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1724550&group_id=105970 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
