Bugs item #1439631, was opened at 2006-02-27 06:08 Message generated for change (Comment added) made by derekc You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1439631&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: dark >Group: v3.0 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Stefan Pavlik (vydra) >Assigned to: Derek (derekc) Summary: Dark error during decompilation (IniLocator) Initial Comment: The WiX build 2.0.3719.0 During dark package.msi the following error was generated: dark.exe : error DARK0001 : startIndex cannot be larger than length of string. Parameter name: startIndex Exception Type: System.ArgumentOutOfRangeException Stack Trace: at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) at Microsoft.Tools.WindowsInstallerXml.Decompiler.ProcessIniLocator(XmlWriter writer, String signature) at Microsoft.Tools.WindowsInstallerXml.Decompiler.ProcessSignatureKeys(XmlWriter writer, Hashtable rememberedSignatures, Boolean findRMCCP) at Microsoft.Tools.WindowsInstallerXml.Decompiler.ProcessAppSearch(Hashtable properties) at Microsoft.Tools.WindowsInstallerXml.Decompiler.ProcessProductElement(Boolean writeDocumentElements) at Microsoft.Tools.WindowsInstallerXml.Decompiler.Decompile(String inputPath, String outputPath) at Microsoft.Tools.WindowsInstallerXml.Tools.Dark.Run(String[] args) The wxs source file (to repeat the bug) is included as attachment. ---------------------------------------------------------------------- >Comment By: Derek (derekc) Date: 2006-02-27 08:19 Message: Logged In: YES user_id=518766 This seems to work properly in the WiX 3.0 version of dark. If not, please re-open the bug with the problematic msi file attached. Please note that we are no longer porting fixes for dark back to 2.0 since the code bases differ so much (we'd have to re-write any fixes that go back). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1439631&group_id=105970 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
