MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Best way to create install kit for web part

  Asked By: Meredith Hawkins         Date: Jun 16, 2008      Category: MOSS      Views: 346
 

What is the best way to create install kit for the web part in WSS 3.0 or
Portal 2007? CAB file or create install.bat? Is there any other way?
Installation kit should install dll, xml, css, xslt and gif files. Any techical
reference would be appreciated and thanks in advance.

Tagged:                  

 

2 Answers Found

 
Answer #1       Answered By: Octavio Dotson          Answered On: Jun 16, 2008       

Technically a .CAB file, but Its not like the .CAB file we used in 2003.
Now you would use a Solution, which is a .CAB file with a .wsp
extension. Solutions contain a manifest that describes what needs to be
installed where and can be used to automatically install  Features,
webparts, files, Code Access Security policies, event receivers, etc. to
every web  Front end on a scheduled basis. If you are installing web
parts you can either install them directly with the solution, in which
case they go in the Server (web Application) gallery or put them in a
feature to install them to the Site Collection gallery.

Take a look at the following:

msdn2.microsoft.com/en-us/library/ms413687.aspx

 
Answer #2       Answered By: Judy Pittman          Answered On: Jun 16, 2008       

Check these out:

http://www.codeplex.com/sharepointinstaller

http://www.codeplex.com/WSPGenerator

I find codeplex to be a great resource for all things SharePoint

 
Didn't find what you were looking for? Find more on Best way to create install kit for web part Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].