Template:SharePoint Command Line Installation

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

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 {{{version}}} installation the stsadm.exe tool can be found in the C:\Program Files\Common Files\Microsoft Shared\web server extensions\{{{folder}}}\BIN directory.