Bugs item #1961143, was opened at 2008-05-09 11:18 Message generated for change (Settings changed) made by robmen 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: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Kevin Fischer (kevinf872) >Assigned to: Justin Rockwood (justinrockwood) 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: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
