Summary
This article discusses manual configuration changes you may need to make in order to fully uninstall the Laserfiche SharePoint Integration Web Parts from your SharePoint 2010 or SharePoint 2013 installation.
Uninstalling Laserfiche SharePoint Integration involves the following steps:
Workaround 1
When you use the Laserfiche Web Part Management utility to deploy the Laserfiche Web Parts, the utility makes a backup copy of the file named:
web_yyyy_mm_dd_hh_mm_ss.bak
After you use the Windows Programs and Features option to uninstall the integration, do the following:
Note: If you have made manual modifications to the web.config or if you have other integrations that have modified the file, you will have to manually check for differences and edit the web.config.
Workaround 2
Load an elevated command prompt and use the stsadm command-line tool to retract and delete the Laserfiche Web Part solution file.
For Laserfiche Sharepoint Integration 8.2
Use the following commands:
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN\stsadm.exe" -o retractsolution -immediate -url http://localhost:80 -name laserfichewebpart.wsp
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN\stsadm.exe" -o execadmsvcjobs
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\14\BIN\stsadm.exe" -o deletesolution -name laserfichewebpart.wsp
For Laserfiche Sharepoint Integration 9.1
Use the following commands:
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\15\BIN\stsadm.exe" -o retractsolution -immediate -url http://localhost:80 -name laserfichewebpart.wsp
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\15\BIN\stsadm.exe" -o execadmsvcjobs
"C:\Program Files\Common Files\Microsoft Shared\web server extensions\15\BIN\stsadm.exe" -o deletesolution -name laserfichewebpart.wsp