(Created page with '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 co…') |
(Upgrade scenario added) |
||
Line 1: | Line 1: | ||
− | Alternatively, you can use the command line to install or uninstall '''CKEditor for SharePoint'''. | + | __TOC__ |
+ | Alternatively, you can use the command line to install, upgrade, or uninstall '''CKEditor for SharePoint'''. | ||
+ | === Installation === | ||
To install '''CKEditor for SharePoint''', run the following commands in the command line: | To install '''CKEditor for SharePoint''', run the following commands in the command line: | ||
Line 8: | Line 10: | ||
<code>stsadm.exe -o activatefeature -name CKEditorForSharePoint -url ''<nowiki>http://yourdomain</nowiki>''</code> | <code>stsadm.exe -o activatefeature -name CKEditorForSharePoint -url ''<nowiki>http://yourdomain</nowiki>''</code> | ||
+ | === Upgrade === | ||
+ | To upgrade your '''CKEditor for SharePoint''' installation, run the following commands in the command line: | ||
+ | |||
+ | <code>stsadm.exe -o upgradesolution -name CKEditorForSharePoint.wsp -filename CKEditorForSharePoint.wsp -immediate -allowgacdeployment</code><br /> | ||
+ | <code>stsadm.exe -o execadmsvcjobs</code> | ||
+ | |||
+ | === Uninstallation === | ||
To uninstall '''CKEditor for SharePoint''', run the following commands in the command line: | To uninstall '''CKEditor for SharePoint''', run the following commands in the command line: | ||
Latest revision as of 10:58, 25 November 2010
Contents
[hide]Alternatively, you can use the command line to install, upgrade, or uninstall CKEditor for SharePoint.
Installation
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
Upgrade
To upgrade your CKEditor for SharePoint installation, run the following commands in the command line:
stsadm.exe -o upgradesolution -name CKEditorForSharePoint.wsp -filename CKEditorForSharePoint.wsp -immediate -allowgacdeployment
stsadm.exe -o execadmsvcjobs
Uninstallation
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 {{{version}}} installation the stsadm.exe
tool can be found in the C:\Program Files\Common Files\Microsoft Shared\web server extensions\{{{folder}}}\BIN
directory.