Ask a questionAsk a question
 

AnswerSharepoint Webpart .WSP Building

  • Tuesday, November 03, 2009 10:58 AMjeeva.chandru Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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

  • Tuesday, November 03, 2009 8:17 PMSundar Narasiman MVPMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    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
  • Tuesday, November 03, 2009 9:26 PMTim Larson3331234 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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

All Replies