Re: [WiX-users] Custom Action Condition Question

2010-02-04 Thread Rob Mensching
It is unusual to have custom actions associated with Features.Typically, custom actions should be associated with Components because Components are the unit of change in the Windows Installer. If you look at the WiX custom actions, you'll see all of their state changes are based off of Component st

[WiX-users] Custom Action Condition Question

2010-02-03 Thread Daniel Skiles
Hello folks, This is my first post here, so please let me know if I'm violating any sort of protocol. I have a WiX installer that has per-feature custom actions that need to be executed on uninstall. Right now I'm running into a problem where the actions execute whether or not the feature was