Bugs item #1961143, was opened at 2008-05-09 11:18
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=1961143&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: votive
Group: v3.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Kevin Fischer (kevinf872)
Assigned to: Nobody/Anonymous (nobody)
Summary: Loading up wixproj in VS changes extension paths to absolute

Initial Comment:
Using the install from 3.0.4102.0, if I load up any wixproj file in VS2005, it 
will change all of the paths to extensions to absolute paths.
e.g.
<WixExtension Include="$(WixToolPath)WixUIExtension" />
becomes
<WixExtension Include="WixUIExtension">
  <HintPath>d:\src\wixcode\bin\WixUIExtension.dll</HintPath>
</WixExtension>

Since I may be storing the extension files on different drives/locations, I 
need to use variables to locate them.  This new behavior (it didn't happen in 
older v3 builds) breaks this.

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

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