I found that the Publish event AddLocal and Remove can set the feature to install or not to install, but it doesn't completely remove the feature from the list of features.
What I need to do is remove the feature entirely, so that the customer doesn't even see it. As it is, they can still change it to install locally if they want to, which should be allowed... Is there another event type to completely remove the feature from the feature set? Any help would be appreciated! <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56" Height="17" Default="yes" Text="Next"> <Publish Event="DoAction" Value="SetUsername" Order="1">1</Publish> <Publish Event="DoAction" Value="SetPassword" Order="2">1</Publish> <Publish Event="AddLocal" Value="LibraryFeature">LIBRARYENTITLEMENT = "1"</Publish> <Publish Event="Remove" Value="LibraryFeature">LIBRARYENTITLEMENT = "0"</Publish> <Publish Event="AddLocal" Value="CalendarAdminFeature">CALENDARENTITLEMENT = "1" AND LIBRARYENTITLEMENT = "1"</Publish> <Publish Event="Remove" Value="CalendarAdminFeature">CALENDARENTITLEMENT = "0" OR LIBRARYENTITLEMENT = "0"</Publish> <Publish Event="AddLocal" Value="CalendarFeature">CALENDARENTITLEMENT = "1" AND LIBRARYENTITLEMENT = "1"</Publish> <Publish Event="Remove" Value="CalendarFeature">CALENDARENTITLEMENT = "0" OR LIBRARYENTITLEMENT = "0"</Publish> <Publish Event="AddLocal" Value="DashboardAdminFeature">DASHBOARDENTITLEMENT = "1" AND LIBRARYENTITLEMENT = "1"</Publish> <Publish Event="Remove" Value="DashboardAdminFeature">DASHBOARDENTITLEMENT = "0" OR LIBRARYENTITLEMENT = "0"</Publish> <Publish Event="AddLocal" Value="DashboardFeature">DASHBOARDENTITLEMENT = "1" AND LIBRARYENTITLEMENT = "1"</Publish> <Publish Event="Remove" Value="DashboardFeature">DASHBOARDENTITLEMENT = "0" OR LIBRARYENTITLEMENT = "0"</Publish> </Control> David Bartmess Wall Street On Demand ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users