I have created a WebTemplate which I have successfully deployed to the farm and used. A request has been made to have the feature deployed to a Web Application and not the entire farm. Is this even possible? If so, could someone tell me what I might be doing wrong? The Feature that contains the WebTemplate was initially scoped to the farm. Changing the scope to WebApplication throws an error during installation stating "WebApplication scoped features cannot contain WebTemplates" (something to that affect). Setting the WebApplication when running Install-SPSolution continues to deploy it to farm .. same result whether I have the feature scoped to the farm or site.
Any ideas?