CentraSite 10.7 | CentraSite Developer's Guide | Customizing CentraSite | Customization of CentraSite Business UI | Customizing CentraSite Content Page | Uninstalling an Extension
 
Uninstalling an Extension
You can uninstall a single extension or multiple extensions.
Note:
The extension point's readme file is recommended for reading. The readme file is available in the <CentraSiteInstall_Directory>\demos\CentraSiteBUIExtension.
*To uninstall an extension
1. Open the customization file, centrasite.xml, in a rich text editor.
You can find the centrasite.xml file on <CentraSiteInstall_Directory>\cast\cswebapps\BusinessUI\custom\conf.
2. Open the file in a text editor, and locate the configuration entry for the required extension point.
<Extensions src="centrasitebuiextension/centrasitebuiextension.nocache.js">
<ExtensionPointLogin custom="false" />
<ExtensionPointRegister custom="false" />
<ExtensionPointBrowseView custom="false" />
<ExtensionPointBrowseCriteria custom="false" />
<ExtensionPointSearchWidget custom="false" />
<ExtensionPointSearch custom="false" />
<ExtensionPointSearchCriteria custom="false" />
<ExtensionPointAssetDetails custom="false" />
<ExtensionPlaces protected="false">
<ExtensionPlace className=
"com.softwareag.centrasite.bui.client.place.home.ExtensionPlace"/>
</ExtensionPlaces>
</Extensions>
3. Remove the configuration entry for the selected extension point.
Alternatively, if you want to uninstall multiple extension points, you can set the extension point's custom value to false.
4. Save and close the file.
5. Restart Software AG Runtime.