Manual Installation of Nintex Workflow Solutions

  • 15 February 2022
  • 0 replies
  • 591 views

Userlevel 5
Badge +19
TOPIC
How to manually install the Nintex Workflow solutions using PowerShell.
INSTRUCTIONS
  1. Run the Nintex Workflow installation .exe on your Central Administration server. *This will be used to extract the solution files*
  2. Click through the installation wizard until reaching "Do you want to add the solutions to SharePoint now?"
  3. Select "No, I wish to export the solution and deploy it manually later."
  4. Click Export and select a destination folder for the solutions.
  5. Open a SharePoint Management Shell window as administrator.
  6. For each solution within extracted folder run the command: Add-SPSolution -LiteralPath drive:pathsolutionName.wsp
    • Example: Add-SPSolution -LiteralPath C:InstallersNintexWorkflow2013.wsp
  7. Once all the solutions are imported into the SharePoint environment, deploy them in the following order:
    1. nintexcommon.wsp
    2. nintexworkflow2013core.wsp
    3. nintexworkflow2013.wsp
    4. nintexworkflow2013enterprisefeatures.wsp *This is only needed if you are using Enterprise licensing*
    5. nintexworkflow2013backwardscompatibilityui.wsp *This is only needed if you are using a site in 2010 compatibility mode*
    6. nintexworkflow2013enterprisefeaturesbackwardscompat.wsp *This is only needed if you are using a site in 2010 compatibility mode and are using Enterprise licensing*
    7. nintexforms2013core.wsp
    8. nintexforms2013.wsp
    9. nintexlivecore.wsp
  8. They can also be deployed manually with: stsadm.exe -o deploysolution -n solutionname.wsp -immediate -url http:// -allowgacdeployment
    • Example: stsadm.exe -o deploysolution -n NintexWorkflow2013.wsp -immediate -url https://nintextestsite.com/home -allowgacdeployment
    • Or, install-spsolution -identity Nintexworkflow2013.wsp -gacdeployment 
RELATED LINKS

0 replies

Be the first to reply!

Reply