Hello, I'm getting an error when compiling my wix under VS. The following is
the error information, I believe it's complaining about the large number of
periods we use in project names. Can someone let me know if that is a bug?

Error 1 Ill-formed preprocessor variable '(
var.DNA.RadWorkflow.TabletWorklist.TargetDosFileName'.  Variables must have
a prefix (like 'var.', 'env.', or 'sys.') and a name at least 1 character
long. 
C:\RWFSystem\DNA.RadWorkflow\DNA.RadWorkflow.TabletWorklist\Application.TabletWorklist\Installer\TabletWorklist.wxs
14 1 TabletWorklist


Here is my File xml: The project name is DNA.RadWorkflow.TabletWorklist


<File Id="TabletWorklist.exe" Name="$(
var.DNA.RadWorkflow.TabletWorklist.TargetDosFileName" src="$(
var.DNA.RadWorkflow.TabletWorklist.TargetPath)" DiskId="1"></File>



Reese
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to