Well I can not find any example for this
assume two properties (containing pathes)
So let's ahve PROP1 = c:\foo
if it is set then
ANOTHER_PROP = PROP one can do that with
<Property ... value=[PROP1]>
But when this is not set then it should look for PROP2
if PROP2 is set then this value should be used.
So I have in pseudo code
if (Set(PROP1))
ANOTHER_PROP=PROP1
else
ANOTER_PROP=PROP2
end if
Is there an easy way for achieving that with wix?
Regards
Friedrich
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users