(Created page with '{{#CUSTOMTITLE:Command Line Installation and Uninstallation}}') |
(Article contents added) |
||
Line 1: | Line 1: | ||
{{#CUSTOMTITLE:Command Line Installation and Uninstallation}} | {{#CUSTOMTITLE:Command Line Installation and Uninstallation}} | ||
+ | Alternatively, you can use the command line to install or uninstall '''CKEditor for SharePoint'''. | ||
+ | |||
+ | To install '''CKEditor for SharePoint''', run the following commands in the command line: | ||
+ | |||
+ | <code>stsadm.exe -o addsolution -filename CKEditorForSharePoint.wsp</code><br /> | ||
+ | <code>stsadm.exe -o deploysolution -immediate -allowgacdeployment -url ''<nowiki>http://yourdomain</nowiki>'' -name CKEditorForSharePoint.wsp</code><br /> | ||
+ | <code>stsadm.exe -o execadmsvcjobs ''//Note: run this command on every frontend server''</code><br /> | ||
+ | <code>stsadm.exe -o activatefeature -name CKEditorForSharePoint -url ''<nowiki>http://yourdomain</nowiki>''</code> | ||
+ | |||
+ | To uninstall '''CKEditor for SharePoint''', run the following commands in the command line: | ||
+ | |||
+ | <code>stsadm.exe -o deactivatefeature -name CKEditorForSharePoint -url ''<nowiki>http://yourdomain</nowiki>''</code><br /> | ||
+ | <code>stsadm.exe -o retractsolution -name CKEditorForSharePoint.wsp -immediate -url ''<nowiki>http://yourdomain</nowiki>''</code><br /> | ||
+ | <code>stsadm.exe -o execadmsvcjobs ''//Note: run this command on every frontend server''</code><br /> | ||
+ | <code>stsadm.exe -o deletesolution -name CKEditorForSharePoint.wsp</code> | ||
+ | |||
+ | <ins>'''Important note:'''</ins> | ||
+ | |||
+ | In a typical SharePoint 2007 installation the <code>stsadm.exe</code> tool can be found in the <code>C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN</code> directory. |
Revision as of 13:49, 22 November 2010
Alternatively, you can use the command line to install or uninstall CKEditor for SharePoint.
To install CKEditor for SharePoint, run the following commands in the command line:
stsadm.exe -o addsolution -filename CKEditorForSharePoint.wsp
stsadm.exe -o deploysolution -immediate -allowgacdeployment -url http://yourdomain -name CKEditorForSharePoint.wsp
stsadm.exe -o execadmsvcjobs //Note: run this command on every frontend server
stsadm.exe -o activatefeature -name CKEditorForSharePoint -url http://yourdomain
To uninstall CKEditor for SharePoint, run the following commands in the command line:
stsadm.exe -o deactivatefeature -name CKEditorForSharePoint -url http://yourdomain
stsadm.exe -o retractsolution -name CKEditorForSharePoint.wsp -immediate -url http://yourdomain
stsadm.exe -o execadmsvcjobs //Note: run this command on every frontend server
stsadm.exe -o deletesolution -name CKEditorForSharePoint.wsp
Important note:
In a typical SharePoint 2007 installation the stsadm.exe
tool can be found in the C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN
directory.