From: SourceForge.net <no...@so...> - 2004-04-29 06:59:30
|
Bugs item #944262, was opened at 2004-04-29 08:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944262&group_id=105970 Category: dark Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leo von Wyss (vonwyss) Assigned to: Nobody/Anonymous (nobody) Summary: dark fails to decompile MSMs correctly Initial Comment: When trying to decompile an MSM, dark fails to deliver correct results. When used without the -m switch, all names remain modularized and the file contains a <Product> element instead of <Module>. Otherwise, the produced .wxs file seems quite correct and it can be manually fixed up to be useful. When used with the -m switch, dark fails with the following message: ..\sumex\sumex-module-bsn.msm dark.exe : fatal error DARK0000: Item has already been added. Key in dictionary: "MDInvoiceRequestManager.76DC860E_2940_4 5D9_83C3_B6C946BC604B" Key being added: "MDInvoiceRequestManager.76DC860E_2940_45D9 _83C3_B6C946BC604B" Stack Trace: at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add) at System.Collections.Hashtable.Add(Object key, Object value) at Microsoft.Tools.WindowsInstallerXml.Decompiler.ProcessO rphanedComponents() at Microsoft.Tools.WindowsInstallerXml.Decompiler.ProcessDi rectoryTable(String parent) at Microsoft.Tools.WindowsInstallerXml.Decompiler.ProcessPr oductElement(XmlWriter writer, Boolean writeDocumentElements) at Microsoft.Tools.WindowsInstallerXml.Decompiler.Decompil e(String inputPath, String outputPath) at Microsoft.Tools.WindowsInstallerXml.Tools.DarkMain..ctor (String[] args) at Microsoft.Tools.WindowsInstallerXml.Tools.Dark.Main (String[] args) This is the case for modules from other vendors (Microsoft, Wise etc.), but also for modules created with WiX. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=944262&group_id=105970 |