Re: [WiX-users] Conditional Custom Actions

2009-10-08 Thread brett king
e XmlConfig element. Since you associate this element with a Component, you can simply place the component doing the writing in the appropriate feature. This method is more reliable and maintainable then relying on a CA. Hope this helps. -farooq -Original Message----- From: brett king [mailto:br

[WiX-users] Conditional Custom Actions

2009-10-07 Thread brett king
I have a custom action that takes user information and writes a configuration file.  My two questions are: 1. How can I put a condition on the custom action to only write if when a specific feature is selected for installation? 2. Do I have to create another custom action to remove this