Feature Requests item #1685155, was opened at 2007-03-21 06:12 Message generated for change (Comment added) made by jasongin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1685155&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: None >Status: Closed Priority: 5 Private: No Submitted By: Stas Berkoff (stasetz) Assigned to: Justin Rockwood (justinrockwood) Summary: Replace full extension reference path with $(WixToolPath) Initial Comment: When I select an extension reference a project file would contain element <WixExtension Include="C:\Program Files\Windows Installer XML v3\bin\WixDifxAppExtension.dll" /> I suggest detecting such situation and replace path with appropriate macro. The path above would be transformed into: <WixExtension Include="$(WixToolPath)WixDifxAppExtension.dll" /> That is more desirable since on different machines wix could be installed in different directories. ---------------------------------------------------------------------- >Comment By: Jason Ginchereau (jasongin) Date: 2008-05-30 13:38 Message: Logged In: YES user_id=2086430 Originator: NO This was implemented a few months ago. But note the full path is stored in the HintPath metadata instead of the Include identity. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642717&aid=1685155&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
