Bugs item #1855576, was opened at 2007-12-21 00:07
Message generated for change (Comment added) made by robmen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1855576&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: light
Group: v3.0
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Cristian Baiu (cristiannbaiu)
>Assigned to: Rob Mensching (robmen)
Summary: Light does not link when "SymbolPath" is used

Initial Comment:
I have tried to use "SymbolPath" element in a test setup (with build 
3.0.3617.0) and light does not link my project.  I have tries "SymbolPath" as 
child of "Directory" and "Component". It didn't work in neither case. 
Unfortunatelly I have no useful information about the error because for some 
builds ago, the error text are not displayed anymore in Visual Studio. The 
error code is LGHT0001.

Case 1 example:
<Directory Id="TARGETDIR" Name="SourceDir">
 <Directory Id="ProgramFilesFolder">
  <Directory Id="INSTALLLOCATION" Name="Dir1" FileSource="C:\test">
   <Component Id="Comp1" Guid="9E86C2F2-9FB7-4288-859D-CA2C2EF03A7C">
     <File Id="File1" Name="File1.ext" KeyPath="yes"/>
     <SymbolPath Path="C:\test"/>
   </Component>
  </Directory>
 </Directory>
</Directory>

Case 2 example:
<Directory Id="TARGETDIR" Name="SourceDir">
 <Directory Id="ProgramFilesFolder">
  <Directory Id="INSTALLLOCATION" Name="Dir1" FileSource="C:\test">
   <SymbolPath Path="C:\test"/>
   <Component Id="Comp1" Guid="9E86C2F2-9FB7-4288-859D-CA2C2EF03A7C">
     <File Id="File1" Name="File1.ext" KeyPath="yes"/>
   </Component>
  </Directory>
 </Directory>
</Directory>


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

>Comment By: Rob Mensching (robmen)
Date: 2008-05-08 23:31

Message:
Logged In: YES 
user_id=991639
Originator: NO

Should be fixed in the next build.  The SymbolPath element won't crash the
Binder now, although it doesn't seem to be completely wired up.  I'm not
the patching expert so I'll have to let Peter look at this.

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

Comment By: Cristian Baiu (cristiannbaiu)
Date: 2008-01-08 00:19

Message:
Logged In: YES 
user_id=1808617
Originator: YES

The error is :
light.exe : error LGHT0001: Failed to compare two elements in the array.

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

Comment By: Cristian Baiu (cristiannbaiu)
Date: 2007-12-21 12:50

Message:
Logged In: YES 
user_id=1808617
Originator: YES

I will certanly do that, but I'm not in the office until the 7th of
January. So, unless you are able to reproduce it easily, I guess it will
have to wait until I get back.

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

Comment By: Bob Arnson (barnson)
Date: 2007-12-21 01:52

Message:
Logged In: YES 
user_id=26581
Originator: NO

Please run the .wixproj with MSBuild from a VS command prompt to get the
error message.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1855576&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to