Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

Raúl Ribeiro

Windows SharePoint Services 3.0 , .net, Microsoft Office SharePoint 2007, Office 2007 and 2010

News

SharePoint Solution Deployment project template

I was searching on google, a way to simplify the deployment of Sharepoin Solution.

Then i found this post to a SharePoint Solution Deployment project template and was exacly what i was looking for.

You just need to download the zip file and put it in ..\Documents and Settings\USER\My Documents\Visual Studio 2005\Templates\ProjectTemplates\Visual C# and open Visual Studio 2005 and you have a project to create a Sharepoint Solution.

Before building the wsp you need to change the SolutionId= on the CreateManifest.vbs.

If necessary you can add folder to other sharepoint folders, like  "Images" for example, and add your images to it.

After that build the project and that you have your manifest.xml and XXX.wsp files.

The next step is to find ou build an application to install the solution with all necessary stsadm commands:

Adding Solution
Deploying Solution
Retract Solution
Remove Solution
Activate Feature
...

Posted: Tuesday, February 13, 2007 10:48 AM by admin
Filed under:

Comments

André Vala said:

O WSS 3.0 inclui uma nova forma de empacotar componentes criados por developers num único ficheiro,

# February 18, 2007 7:14 AM
Anonymous comments are disabled