Re: [WiX-users] Preprocessor Directives

2007-07-27 Thread John Hall
 

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


Re: [WiX-users] Preprocessor Directives

2007-07-27 Thread Peter Marcu
I don't think the preprocessor supports dots in the name of the variable. Try 
replacing them with underscores or something and see how that goes.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Hall
Sent: Friday, July 27, 2007 12:58 AM
To: Quattro IV
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Preprocessor Directives


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


[WiX-users] Preprocessor Directives

2007-07-26 Thread Quattro IV

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
-
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