Where can I find the current list of preprocessor directives?
I'm using the list from this article,
http://msdn2.microsoft.com/en-us/library/aa302186.aspx#wixsetup_topic6
But I'm getting compilation errors  in VS when using the
ProjectAggregator2-3.0.2925.0.msi. Thanks
         
        Example error: Error 1 Undefined preprocessor variable
'$(var.DNA.RadWorkflow.TabletWorklist.TargetPath)'.
C:\RWFSystem\DNA.RadWorkflow\DNA.RadWorkflow.TabletWorklist\Application.
TabletWorklist\Installer\TabletWorklist.wxs 19 1 TabletWorklist 

There is a wix.chm help file that gets installed in the doc directory.
Under Tools in the contents is a section on the preprocessor.
 
Is 'DNA.RadWorkflow.TabletWorklist.TargetPath' perhaps a WixVariable
rather than a preprocessor variable? How is it defined?
 
Regards,
John
-------------------------------------------------------------------------
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
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to