Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To deactivate the CardioLog Analytics feature in SharePoint 2013/SharePoint 2016, go to Central Administration > System Settings > Manage farm features


SharePoint 2013 - Manage farm features

...

2) Retract the solution and remove it. 

For SharePoint 2013 only /SharePoint 2016 only - Go to Central Administration > System Settings > Manage farm solutions > Click cardiologtrackingagentfeature.wsp > Click Retract Solution.


For SharePoint 2010 only - Go to Central Administration > System Settings > Manage farm solutions > Click cardiologtrackingagentfeature.wsp > Click Retract Solution.


For MOSS 2007 only - Go to Central Administration > Operations > Solution Management > Click cardiologtrackingagentfeature.wsp > Click Retract Solution.


Once the solution status shows "Not Deployed", click Remove Solution in order to completely remove the solution.

...

 Execute the following commands from command prompt on the SharePoint application server in order to deactivate the feature, retract and remove the solution from your SharePoint farm (edit the directory path: 1X - 12 for MOSS 2007, 14 for SharePoint 2010, 15 for SharePoint 2013, 16 for SharePoint 2016):

Info
iconfalse

cd C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\1X\BIN

stsadm -o deactivatefeature -force -name "CardioLogAnalytics"

stsadm -o uninstallfeature -force -name "CardioLogAnalytics"

stsadm -o retractsolution -immediate -name "CardioLogTrackingAgentFeature.wsp"

stsadm -o execadmsvcjobs

stsadm -o deletesolution -override -name "CardioLogTrackingAgentFeature.wsp"

stsadm -o execadmsvcjobs

...

Execute the following commands based on the feature scope from the command prompt on the SharePoint application server in order to deactivate the feature, retract and remove the solution from your SharePoint farm (edit the directory path: 1X - 12 for MOSS 2007, 14 for SharePoint 2010, 15 for SharePoint 2013, 16 for SharePoint 2016):

Feature Scope - Farm

Info
iconfalse

cd C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\1X\BIN

stsadm -o deactivatefeature -force -name "CardioLogUsageReports"

stsadm -o uninstallfeature -force -name "CardioLogUsageReports"

stsadm -o retractsolution -immediate -name "CardioLogUsageReportsSolution.wsp"

stsadm -o execadmsvcjobs

stsadm -o deletesolution -override -name "CardioLogUsageReportsSolution.wsp"

stsadm -o execadmsvcjobs

...