How to download .wsp files in sharepoint 2007 ?


Just download the following SharePointFarmSolutionExtractor.exe file from the below link

http://archive.msdn.microsoft.com/SPSolutionExtractor

Create a folder named 'SharepointSolutions' under 'C:\'

Open the cmd window & execute the following command

SharePointFarmSolutionExtractor.exe -extractAll c:\SharePointSolutions

-- All the .wsp files in the server will be download to the SharepointSolutions folder

Need a specific .wsp to be downloaded.

execute the following command

SharePointFarmSolutionExtractor.exe -extractByName c:\SharePointSolutions [.wsp name]

-- Particular .wsp file will be downloaded to your folder.


Resource Page Description
This tool allows to verify all wsp files installed on SharePoint 2007 Farm. And it allows to download the wsp files from SharePoint Database to hard disk.
Usage:
SharePointFarmSolutionExtractor.exe -list
(This command list all WSP-Solution installed on the SharePoint Farm)

SharePointFarmSolutionExtractor.exe -extractAll c:\SharePointSolutions
(This command download all WSP-Solutions installed on the SharePoint Farm to the specified path)

SharePointFarmSolutionExtractor.exe -extractById c:\SharePointSolutions
(This command will download all WSP-Solution with matching the SolutionGUID to the secified path)
SharePointFarmSolutionExtractor.exe -extractByName
c:\SharePointSolutions
(This command will download all WSP-Solution with matching the SolutionName to the secified path)
Requirements:
- .NET 2.0
- Microsoft.SharePoint.dll 


Happy Coding !!

No comments:

Post a Comment

Keep ur coding aside.. Relax for some time..