SharePoint 2010 패키지를 수동으로 등록 시켜주는 셸 명령어 입니다.
SharePoint 관리 셸에서 실행 합니다.
 
솔루션 추가:
Add-SPSolution c:\<path>\<solution filename>.wsp 
솔루션 배포/설치:
Install-SPSolution –Identity <solution file>.wsp –WebApplication http://<url> -GACDeployment 
솔루션 수정:
Update-SPSolution –Identity <solution file>.wsp –LiteralPath c:\<path>\<solution file>.wsp –GACDeployment 
솔루션 배포 취소:
Uninstall-SPSolution –Identity <solution file>.wsp –WebApplication http://<url> 
솔루션 삭제:
Remove-SPSolution –Identity <solution file>.wsp 
MSDN
'Programming > Sharepoint' 카테고리의 다른 글
| [Sharepoint] C# Web에서 로컬 서버 구조(WebApplication, SPSite, SpWeb, SPList, SpItem) 가져오기 (0) | 2013.01.03 | 
|---|---|
| [Sharepoint] C# Console에서 로컬 서버 구조(WebApplication, SPSite, SpWeb, SPList, SpItem) 가져오기 (0) | 2013.01.03 | 
| [Sharepoint 2013] Sharepoint 2013 Designer (0) | 2012.12.20 | 
| [VHD-Contoso] 2010 Information Worker Demonstration and Evaluation Virtual Machine (SP1) (0) | 2012.10.26 | 
| SharePoint 2010 기본 검색 웹 파트 결과 페이지 수정하기 (0) | 2012.02.03 | 
| Webpart에 Usercontrol 추가하기 (0) | 2011.11.10 | 
| [자격증 정보] Microsoft 70-576: PRO: Designing and Developing Microsoft SharePoint 2010 Applications Exam (0) | 2011.03.29 | 
| 00. 간단하게 Site 리스트를 출력해 보자. (0) | 2011.03.02 | 
| SharePoint 2010 에서 PDF IFilter 적용하기. (0) | 2011.01.10 | 
| 05. SharePoint 2010 설치하기 -4- (팜 구성마법사 시작하기) (0) | 2010.11.27 |