Also in reference to:
"The error received complains the reference to the $(var.ProductTitle) in
the 2nd WXI file Configuration.wxi is "Undefined preprocessor variable
'$(var.ProductTitle)".  therefore implying the 1st WXI file StaticDef.wxi
has not setup its defined variables for use when the 2nd Configuration.wxi
is included and processed. "

You can only put preprocessor statements (<?keyword....?>, etc) in an
Include file (wxi), so adding elements that belong in a wxs file like
Property and RegistrySearch is what is causing this error.  Look at the
schema for each of those elements in the chm and notice that Include is not
listed as a valid Parent of either of those elements.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Referring-to-variables-in-2nd-WXI-from-1st-tp7593502p7593506.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to