UserSolution
Specifies the Solution details. The Farm switch indicates if it's a Farm (true) or Web App (false) solution.
Schema:<UserSolution
path="text"
name="text"
farm="true" | "false"
retractable="true" | "false">
</UserSolution>
Attributes: Attribute | Description |
path | Required Text. Path to the solution including the solution name. Default is Solutions\<SolutionName.wsp> if you place your solutions within the subdirectory Solutions found within the zip file. |
name | Required Text. Name of the Solution including the .wsp extension. |
farm | Required Boolean. True indicates it's a Farm solution. False indicates Web App solution. |
retractable | Required Boolean. Indicates whether the solution can be retracted and removed during a retraction. |
Child Elements:None
Parent Elements:<
UserSolutions>
Occurrences:Minimum: 1
Maximum: unlimited