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 <CentraSiteInstallDir> \demos\CentraSiteBUIExtension. |
To uninstall an extension
1. Open the custom configuration 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>
2. 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.
3. Save and close the file.
4. Restart Software AG Runtime.