November 30, 2011

STSADM Custom Commands

http://blog.falchionconsulting.com/index.php/downloads/

Example: http://blog.falchionconsulting.com/index.php/2008/02/export-content-types/

SET SOLUTION_NAME=”Lapointe.SharePoint.STSADM.Commands.wsp”
SET STSADM=”C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\bin\stsadm”
%STSADM% -o addsolution -filename %SOLUTION_NAME%
%STSADM% -o deploysolution -local -allowgacdeployment -name %SOLUTION_NAME%


Deploying the exported Content Types:
http://www.sharepointnutsandbolts.com/2007/04/deploying-content-types-as-feature.html

No comments:

SonarQube with Jenkins Setup using Docker Images

https://funnelgarden.com/sonarqube-jenkins-docker/  https://medium.com/@hakdogan/an-end-to-end-tutorial-to-continuous-integration-and-con...