Deleting Modules

Posted by Community Admin on 03-Aug-2018 20:59

Deleting Modules

All Replies

Posted by Community Admin on 03-Dec-2010 00:00

When a module is deleted, is there a hook anywhere that can be used to remove any admin pages that were created, and to do any other cleanup necessary, etc? There is an Install method for installation. I don't see an Uninstall method.


Thanks.

Posted by Community Admin on 05-Dec-2010 00:00

Hi Lorne,

Open ~/App_Data/Sitefinity/Configuration/SystemConfig.config file and in the applicationModules node add startupType attribute to the module you want to disable

startupType="Disabled"

We have a problem with disabling/deleting modules. This issue is logged as a bug (#100832) and should be resolved by official release.  If you want to enable the module again you should try setting the StartupType to OnFirstCall and restart the application.

Best wishes,
Ivan Dimitrov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed