TOPIC
How to uninstall the Nintex Live/External framework.INSTRUCTIONS
SharePoint 2010 and 2013
- Disable the Nintex Live Forms site collection feature on all site collections (if any are enabled).
- Navigate to Central Administration > Nintex Workflow Management > Live and External Settings.
- Disable all features on the Live and External Settings page.
- Note: Start from the bottom of the page when disabling features.
- In PowerShell or SharePoint Management Shell, execute the following commands:
#To remove the "Nintex Live Management" link from the menu. Disable-SPFeature -Identity NintexLiveAdminLinks -url http://[CentralAdminUrl]#To remove the links from the "Nintex Workflow Management" section.Disable-SPFeature NintexWorkflowLiveAdminWeb -url http://[CentralAdminUrl]#Remove the live serviceUninstall-LiveService#Retract the NintexLiveCore.wsp solutionUninstall-SPSolution -Identity NintexLiveCore.wsp #Delete the NintexLiveCore.wsp solutionRemove-SPSolution -Identity NintexLiveCore.wsp
Note: For all the Confirm prompts. Select ‘Y’.
SharePoint 2016 and 2019
- Go to each Site collection and deactivate the 'Nintex Forms - External Forms' site collection feature.
Stop all Nintex services by disabling related features as follows.
- Disable external settings for workflow:
- On the Central Administration Home page, click Nintex Administration and then click External settings for Workflow under Licensing and setup.
- Disable all functionality on this page.
- Disable external forms:
- On the Central Administration Home page, click Nintex Administration and then click External forms settings under Forms environment.
- Click Disable for Enable external forms.
- Retract Solutions
- Access the SharePoint 2016 Management Shell.
- Uninstall-ExternalPlatform
- Uninstall-SPSolution -Identity NintexExternalConnection.wsp
- Remove-SPSolution -Identity NintexExternalConnection.wsp
- Alternatively, you can also retract and remove the solutions from the Farm solutions page.
- Remove Nintex External Services from all servers. Run the following commands using command prompt on all the servers in the farm:
sc delete "Nintex Connector Workflow Queue Service"sc delete "Nintex Workflow Start Service"