Re: [WiX-users] Preprocessor variable inside another

2012-10-10 Thread Rob Mensching
The preprocessor is single pass today so this does not work. On Wed, Oct 10, 2012 at 2:27 AM, wrote: > How can I resolve $(var.Feature) as "ProjectName" part of > $(var..TargetPath) in the following example? > > VS error: > Error 157Ill-formed preprocessor function > '$var.($(var.Feature))M

[WiX-users] Preprocessor variable inside another

2012-10-10 Thread ferdi.oeztuerk
How can I resolve $(var.Feature) as "ProjectName" part of $(var..TargetPath) in the following example? VS error: Error 157Ill-formed preprocessor function '$var.($(var.Feature))Module.TargetPath'. Functions must have a prefix (like 'fun.'), a name at least 1 character long, and matching o