I want to create a feature, once the feature is activated by the administrator a number of lists, items and workflows will be created.
What would be the best approach to implementing this?
The only way i have currently came across is using SPFeatureReceiver and creating the objects on the FeatureActivated function.
Any other suggestions?