PrizmDoc for SharePoint 2013
Removing the PrizmDoc for SharePoint Solution

Using the SharePoint Interface

  1. In Windows Services, verify "SharePoint Administration" is started.
  2. For each site collection where the feature may be activated, navigate to Site settings > Site collection features and Deactivate the Accusoft PrizmDoc for SharePoint feature.
  3. Navigate to Central Administration > System Settings > Manage farm solutions (under Farm Management)
  4. Select accusoft.pcc.wsp
  5. Select Retract Solution > click OK
  6. Refresh page.
  7. When Status = Not Deployed, select accusoft.pcc.wsp
  8. Select Remove Solution > click OK
Troubleshooting Tip: If SharePoint indicates that you don’t have permission to remove the solution, turn off UAC via registry by changing the DWORD EnableLUA from 1 to 0 in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system. You will get a notification that a reboot is required. After the reboot, UAC is disabled.

Removing SharePoint WOPI Bindings to PCC WOPI Client

  1. In Windows Explorer, right-click Remove-PCCWOPIBinding.ps1 and select Run with PowerShell

Using PowerShell

Installation or removal of PrizmDoc for SharePoint using PowerShell requires that the User is a farm administrator, and is an administrator on the local machine.

PowerShell 
Copy Code

disable-spfeature accusoft.pcc -url $siteurl
uninstall-spsolution accusoft.pcc.wsp -webapplication $siteurl
remove-spsolution accusoft.pcc.wsp
get-spwopibinding -application pcc | remove-spwopibinding -confirm:$false

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback