I'm not familiar with "<compname:Customactionname Id="Orgat....." but I suspect the CA is set to always execute in the InstallExecuteSequence table. [This would cause the CA to fire/invoke regardless which components / features are selected for installation].
-----Original Message----- From: MYFLEX [mailto:shrinuen...@gmail.com] Sent: Wednesday, April 29, 2009 7:20 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] feature and component installation Hi, we have different dotnet custom actions which we give under the component tag. like following\ <Component Win64="$(var.Win64)" Id="Org" Guid="2716635e-7195-426a-a2ec-b6688f3d27fb"> <CreateFolder /> <compname:Customactionname Id="Orgat" SelectedOrganizations="[aa]" SourceFolderName="[Install]" ProductName="[ProductName]" ConfigurationData="[CONFIGURATION_DATA]" On="all" Sequence="206" /> </Component> we have different features which will have the individual componentref. But the problem is even though i don't select a perticular feature for installation, the custom actions are executed. what is the reason for this? do we set any component installation level? Please let me know , if you have any ideas. -- View this message in context: http://n2.nabble.com/feature-and-component-installation-tp2740230p2740230.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users