2
votes
2answers
130 views

Add and deploy SharePoint Farm Solutions from Document Library using C# code

I have one Document Library in central administration Name "Deployment List" it contains SharePoint Solutions(WSP files). now i want to add and deploy that solution using c# code it already get file ...
0
votes
0answers
12 views

Custom Column Global Vs Web Application Deployment

Is there a way to restrict custom column to web application or site collection only?
0
votes
0answers
58 views

How to create a WSP package for a SharePoint 2010 site? [duplicate]

I previously asked this Question: How to create WSP Package of a SharePoint 2010 site without VS 2010 (with SP Designer)?. But didn't get a proper answer. I am developing a SharePoint 2010 website. ...
0
votes
1answer
95 views

workflow inactive - after deployment?

my workflow is deployed through the following script in SharePoint 2010: # Set CurrentDirectory $callingDir = Split-Path -Parent $MyInvocation.MyCommand.Path [Environment]::CurrentDirectory = ...
1
vote
2answers
739 views

SharePoint Solution Deploying issue

I am trying to deploy a wsp solution in SP2010 using powershell script and Its showing the status in CA as Deploying for a long time. I have tried 1. stsadm -o execadmsvcjobs 2. stsadm -o ...
3
votes
3answers
618 views

Update Feature automatically

I have developed an update for a SharePoint 2010 solution. This update defines some upgrades for some of the included features (the upgrade are managed via the new FeatureUpgraded receiver event). I ...
0
votes
1answer
99 views

Enterprise built .wsp deployable to Standard Edition?

Is it possible to build/package a .wsp on a machine with Sharepoint 2010 Enterprise Edition (DEV machine) and deploy it to a machine with Sharepoint 2010 Standard Edition (PROD machine) installed?