Bugs item #1841785, was opened at 2007-11-30 17:08 Message generated for change (Settings changed) made by cristiannbaiu You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1841785&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: None Status: Open Resolution: None >Priority: 9 Private: No Submitted By: Cristian Baiu (cristiannbaiu) Assigned to: pmarcu (pmarcu) Summary: Error with pyro and new delta patching - exception Initial Comment: Hello, I have tried to use the new delta patching with WIX toolset build 3.0.3530.0. When I specify the -delta switch to pyro no patch was created and the following error appeared: pyro.exe : error PYRO0001 : Input string was not in a correct format. Compiling and debugging pyro with I got an execptoin in BinderExtension.cs on line 372, method "ResolvePatch", in sequence: optimizePatchSizeForLargeFiles = (1 == Convert.ToUInt32(row[1], CultureInfo.InvariantCulture)); Inspecting the value of row[1] which is sent to Convert.ToUInt32 , I saw that raw[1] is rather a GUID than a number. This happens no matter if I specify or not the OptimizePatchSizeForLargeFiles Patch's attribute. So, the delta patch does not work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1841785&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
