SharePoint Products TechCenter >
SharePoint Products and Technologies Forums
>
SharePoint - Development and Programming
>
Sharepoint Webpart .WSP Building
Sharepoint Webpart .WSP Building
- Hi,
I am usually using cab deployment for all webparts which i create
1. How can i create a .wsp file from the cab
any king of help is appriciated
Regards,
Jeeva- Moved byPeter Jausovec - MSFT Tuesday, November 03, 2009 5:43 PMMoving to appropriate forum. (From:SharePoint Development)
Answers
your question is not clear. Please let me know how you build the CAB and what is the current process you are following it for web part cab deployment ?
In general, you can use tools like wsp builder to build the solution package for your web part, from the scratch.
Please elaborate what you are looking for.
Sundar Narasiman- Marked As Answer byCharlie WuModeratorThursday, November 05, 2009 12:56 AM
- A WSP file is a CAB file, just with a different extension and with a certain expectation as to the structure of the files inside.So if you have the files inside the CAB structured properly, including a manifest and the necessary feature.xml files and such, then all you have to do is rename the .CAB to a .WSP.Building the CAB properly, however, can be tricky. I'd recommend using either WSPBuilder or VSeWSS to help out with the process.Tim
- Marked As Answer byCharlie WuModeratorThursday, November 05, 2009 12:56 AM
All Replies
- If this isn't a VS 2010 Beta 2 question which seems unlikely, it's in the wrong forum.Post it to the normal SP Programming forum here http://social.technet.microsoft.com/Forums/en-US/sharepointdevelopment/threads
FAQ sites: (SP 2010) http://wssv4faq.mindsharp.com; (v3) http://wssv3faq.mindsharp.com and (WSS 2.0) http://wssv2faq.mindsharp.com
Complete Book Lists (incl. foreign language) on each site. your question is not clear. Please let me know how you build the CAB and what is the current process you are following it for web part cab deployment ?
In general, you can use tools like wsp builder to build the solution package for your web part, from the scratch.
Please elaborate what you are looking for.
Sundar Narasiman- Marked As Answer byCharlie WuModeratorThursday, November 05, 2009 12:56 AM
- A WSP file is a CAB file, just with a different extension and with a certain expectation as to the structure of the files inside.So if you have the files inside the CAB structured properly, including a manifest and the necessary feature.xml files and such, then all you have to do is rename the .CAB to a .WSP.Building the CAB properly, however, can be tricky. I'd recommend using either WSPBuilder or VSeWSS to help out with the process.Tim
- Marked As Answer byCharlie WuModeratorThursday, November 05, 2009 12:56 AM
- Duplicate post, also here http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/11b88c3a-2ab4-4a08-9bc1-48685b345794 . Please only post one thread per question.
My SharePoint Blog - http://www.davehunter.co.uk/blog

