How are the Directory elements defined?  If the Directory element for
ANOTHERDIR is under the Directory element for INSTALLDIR, then changing
INSTALLDIR is expected to change ANOTHERDIR as well.

-Brian Simoneau 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
OneReallyCoolApplication
Sent: Thursday, October 11, 2007 9:58 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] ConfigurableDirectory seems to change
unrelatedproperties


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

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