Bugs item #1855576, was opened at 2007-12-21 10:07
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=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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Cristian Baiu (cristiannbaiu)
Assigned to: Nobody/Anonymous (nobody)
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>


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

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: 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

Reply via email to