I have a feature. This gets compiled into a WSP package, and installed on a particular SharePoint server. So far very standard.
But - the feature deploys a custom timer job. The custom timer job needs to connect to a SQL database (this requires a connection string).
So enter into the scene a property - the connection string. This can change depending on which server the WP package gets installed.
Primarily I need a way to customize the wsp package / or feature.
I doubt that its possible to provide a configuration model with a wsp, so is it maybe possible to have properties on features that can be maintained using standard SharePoint functionality?