Bugs item #1839779, was opened at 2007-11-27 20:50 Message generated for change (Comment added) made by barnson You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1839779&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: documentation Group: v3.0 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: jordanf (jrfitzgi) Assigned to: Nobody/Anonymous (nobody) Summary: Incorrect example for using $(sys.CurrentDir) Initial Comment: In the wix.chm Preprocessor help page, there is an example under the Variables section: $(sys.CurrentDir) Gets the system variable for the current directory But, $(sys.CurrentDir) doesn't work because System variables must be in all upper-case. This is noted in the System Variables section: WiX has some built-in variables. They are referenced with the syntax $(sys.VARNAME) and are always in upper case. CURRENTDIR - the current directory where the build process is running The first example should be updated to $(sys.CURRENTDIR). ---------------------------------------------------------------------- >Comment By: Bob Arnson (barnson) Date: 2008-05-02 07:31 Message: Logged In: YES user_id=26581 Originator: NO Fixed in January. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1839779&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
