Developing and Deploying a SharePoint Feature - Part 1
page 1 of 8
Published: 05 May 2008
Abstract
SharePoint 2007 has a number of new features over its predecessors. After examining the features of it, Steven demonstrates how to develop, package, deploy and enable a simple feature solution. He examines the required steps to build the solution and then delves deeper into the structure of the XML file being used, configuration of the install code and the relevant information to connect the functionality.
by Steven Barden
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 17675/ 261

Introduction

SharePoint 2007 is far more feature packed than SharePoint 2003, which is what Microsoft wanted to make sure of. They have also made SharePoint 2007 even more extendable that 2003. This means that not only can you immediately take advantage of the existing base of features, but you can also develop your own features. For example, any WebPart that can be activated is considered a feature. Any point of functionality that makes SharePoint more useful, like base column types, is a feature. And any piece of functionality that you can create in SharePoint that can be used by SharePoint or other users is called a feature. So when you really look at it, Microsoft picked a pretty good name … which is what confused me at first because a feature is just what it sounds like… and I did not expect that.


View Entire Article

Article Feedback

Title:  
Name:  
Url: ( Optional )
Comment:  
Please add 3 and 5 and type the answer here:

User Comments

Title: Create Custom SharePoint Features, it is simple.   
Name: sara
Date: 10/1/2009 2:01:37 AM
Comment:
Nice !!!!!!!!
Try this too,

http://sarangasl.blogspot.com/2009/09/in-this-article-im-going-to-describe.html
Title: Configuring install code   
Name: Sohaib Khan
Date: 2/19/2009 1:45:46 AM
Comment:
Basically, I am doing this first time so i am not familiar with the syntax of PostBuildEvent.
Thanks in advance - Steven.
Title: Configuring install code   
Name: Sohaib Khan
Date: 2/19/2009 1:44:36 AM
Comment:
and this one as well
Call ($ProjectDir)\Import.cmd
Title: Configuring install code   
Name: Sohaib Khan
Date: 2/19/2009 1:41:42 AM
Comment:
I also tried this command
($ProjectDir)\Import.cmd
Title: Configuring the install code   
Name: Sohaib Khan
Date: 2/19/2009 1:39:30 AM
Comment:
I am trying this command
set CONFIGURATION=$(Configuration) && ($ProjectDir)\Import.cmd
Title: Configuring the Install Code   
Name: Sohaib Khan
Date: 2/19/2009 1:36:56 AM
Comment:
Hi Steve,

I've 2 files which are abc.wsp (Solution Package of SharePoint) and Import.cmd(stsadm commands). Now, for distribution, i am using VS Setup Project. In Setup Project, i want to execute cmd file automatically so i am using PostBuildEvent.
Title: Configuring the install code   
Name: Steven Barden
Date: 2/18/2009 9:15:08 PM
Comment:
Sohaib,

You will have to provide me with allot more details than that. Pretend I'm sending the same request for help to you, and reconsider how you would like things described.
Title: Configuring the install code   
Name: Sohaib Khan
Date: 2/18/2009 9:38:07 AM
Comment:
Hi,

I've included *.cmd file and *.wsp file in my setup project. Now, I want to run cmd file after completion of installation automatically. So, i am using PostEventBuilder. I also tried your command but i am getting error. Any hint please ......

Product Spotlight
Product Spotlight 






Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2009 ASPAlliance.com  |  Page Processed at 11/22/2009 5:23:31 PM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search