Re: [WiX-users] WixUI_FeatureTree: disable (lock) target directory selection

2009-10-14 Thread Rob Hamflett
We have something similar where they can choose a location for first install but upgrades have to go to the same place. I just disable the UI elements that allow the user to choose where to put things. I suspect you can also just not specify feat...@configurabledirectory. Rob Armin Linder w

[WiX-users] WixUI_FeatureTree: disable (lock) target directory selection

2009-10-14 Thread Armin Linder
Hi all, is it possible to disable the target directory selection GUI elements, depending on a condition? The whole story: a product is delivred in modules (each is one msi) which a user can purchase and install in any order. It is essential that he always selects the same target directory. The