Bugs item #1839779, was opened at 2007-11-27 12:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1839779&group_id=105970

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to