I inherited an installer with some code that looks like the following:

<Directory Id="TARGETDIR" Name="SourceDir">
    <Directory Id="LOGDIRECTORY" >

The LOGDIRECTORY is a variable, and the directory name is derived from it.

Unfortunately, this means that LOGDIRECTORY must always be defined, even
when I'm trying to install a component that has nothing to do with the
LOGDIRECTORY. Is there some way around this or should I simply make this a
global variable and deal with the fact that it's ugly?

Andrew
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to