Let's say I have some features with a ConfigurableDirectory set to a
property:

<Feature Id="Test" ... ConfigurableDirectory = "INSTALLDIR"> ... </Feature>
<Feature Id="AnotherTest" ... ConfigurableDirectory = "ANOTHERDIR"> ...
</Feature>

If in a dialog the user changes the ConfigurableDirectory for one feature,
then the change impacts every other property by making the same directory
changes for them - for example if INSTALLDIR = "C:\Program Files" and
ANOTHERDIR = "C:\Program Files\Sub" (and they're completely independent of
each other), then if in the dialog the user selects the Test feature's
directory to be "C:\Foo", ANOTHERDIR becomes "C:\Foo\Sub". How do I set a
ConfigurableDirectory so that it does not affect any other property? Thanks. 

-- 
View this message in context: 
http://www.nabble.com/ConfigurableDirectory-seems-to-change-unrelated-properties-tf4607401.html#a13156279
Sent from the wix-users mailing list archive at Nabble.com.


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

Reply via email to