Bugs item #1808280, was opened at 2007-10-05 12:02
Message generated for change (Settings changed) made by pmarcu
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1808280&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Cristian Baiu (cristiannbaiu)
>Assigned to: pmarcu (pmarcu)
Summary: Melt.exe - doubled GUID on File->Source

Initial Comment:
A bug about melt (I've put it under dark since I have seen no melt option) 
Reproduced on Wix 3.0.3307.0.

Decompiling a MSM, in the generated wxs, every "Source" attribute of the "File" 
element contents the modularization guid in double -
 like: "SourceDir\File\MyFile.ext.MSM_GUID.MSM_GUID".

I have debuged my melt version (3.0.3307.0) and found the problem in 
Decompiler::FinalizeFileTable.
When the the output type is Module I have
file.Source = String.Concat("SourceDir", Path.DirectorySeparatorChar, "File", 
Path.DirectorySeparatorChar, file.Id, '.', this.modularizationGuid.Substring(1, 
36).Replace('-', '_')); 
But the file.Id already contains the modularization GUID, so it would not be 
necessary to append it again.





----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1808280&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

Reply via email to