Uninstalling Nintex Live Framework

  • 15 February 2022
  • 0 replies
  • 391 views

Userlevel 5
Badge +19
TOPIC
How to uninstall the Nintex Live/External framework.
INSTRUCTIONS

 

SharePoint 2010 and 2013

 

  1. Disable the Nintex Live Forms site collection feature on all site collections (if any are enabled).
  2. Navigate to Central Administration > Nintex Workflow Management > Live and External Settings.
  3. Disable all features on the Live and External Settings page.
    • Note: Start from the bottom of the page when disabling features.
  4. 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

 

 Disable feature for Nintex Forms
  • 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:
    1. On the Central Administration Home page, click Nintex Administration and then click External settings for Workflow under Licensing and setup.
    2. Disable all functionality on this page.
  • Disable external forms: 
    1. On the Central Administration Home page, click Nintex Administration and then click External forms settings under Forms environment.
    2. Click Disable for Enable external forms.
  •   Retract Solutions 
  1. Access the SharePoint 2016 Management Shell. 
  2. Uninstall-ExternalPlatform
  3. Uninstall-SPSolution -Identity NintexExternalConnection.wsp
  4. Remove-SPSolution -Identity NintexExternalConnection.wsp
  5. 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"

0 replies

Be the first to reply!

Reply