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)
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.microsoft.com/en-us/library/aa368012(VS.85).aspx. Note that for this to work the CA must be scheduled after C