문제

I want to automatically activate a feature (specifically the SharePoint Server Publishing feature) automatically when I deploy a new wsp solution. Is this possible.

Where and How do I do this inside the visual studio Sharepoint project?

도움이 되었습니까?

해결책

다른 팁

Look at the properties on the feature within VS -- there are a couple of options there that will control how the features behave when the solution is deployed via VS ( only ).. these settings have no affect on the solution once it is out of VS...

  1. Activate On Default - Indicates whether the feature is activated during installation
  2. Always force Install - Indicates whether the feature is installed by force, even though it is already installed.
  3. Auto Activate in Central Admin - Indicates that the feature is activated for administrators in CA...
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top