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></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.
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 15 days (the time period specified by
the administrator of this Tracker).