Bugs item #1969561, was opened at 2008-05-22 06:02 Message generated for change (Comment added) made by jasongin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1969561&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: Open Resolution: None Priority: 5 Private: No Submitted By: Shay Erlichmen (blackend) >Assigned to: Jason Ginchereau (jasongin) Summary: Project variables do not work with VS External Tools Initial Comment: The target variables ($(TargetPath), $(TargetDir), $(TargetName), $(TargetExt)) are not working in Votive projects. I tryed to configure Orca as an external tool and because that those variables are not working (they return an empty string) I cannot pass the Votive $(TargetPath) as a parameter to Orca. ---------------------------------------------------------------------- >Comment By: Jason Ginchereau (jasongin) Date: 2008-05-28 08:09 Message: Logged In: YES user_id=2086430 Originator: NO I did a bit of investigation into this bug, and found that it requires wix.targets to define the standard "project output groups". There are other reasons the output groups should be defined, so it's a good thing to do. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1969561&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
