Re: [WiX-users] Conditional Custom Actions

2009-10-08 Thread brett king
or Windows Installer XML toolset.' Subject: Re: [WiX-users] Conditional Custom Actions Brett, For #2, if the file is being installed by a Component then the file will be removed on uninstall like any other file. For #1, use the &feature-condition syntax shown at http://msdn.microsof

Re: [WiX-users] Conditional Custom Actions

2009-10-07 Thread Farooq Mahmud (Hotmail)
sers@lists.sourceforge.net Subject: [WiX-users] Conditional Custom Actions 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.

[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