Manual Web Part InstallationThe Installation program will by default install the Web Part into the Global Assembly Cache (GAC) to all Virtual Servers If you wish to install the Web Part manually you can uncheck the Web Part option on the Installation Options page and install the Web Part manually using STSADM or using the tool of your choice. Note - you MUST install the web part manually when using SharePoint Server Subscription Edition, the option screen will not be shown
SharePoint 2010, 2013, 2016, 2019 or SharePoint Server Subscription EditionThis example shows how to deploy the web part to all sites using the SharePoint Management Shell:- Installation
Removal
WSSv3 or Microsoft Office SharePoint Server 2007This example shows how to deploy the web part to all sites on a local server using STSADM :- Installation
Removal
WSSv2 or SharePoint Portal Server 2003This example shows how to deploy the web part to all sites on a local server using STSADM :- Installation
Installing to individual sitesSharePoint 2007 or newerUse the following deploy solution command
WSSv3 or SharePoint Portal Server 2003If you wish to install the web part to a specific virtual server, you should use the -url option in addition to -globalinstall. The STSADM documentation is a little misleading, -globalinstall actually installs the web part into the Global Assembly Cache (GAC) which is necessary for it to function correctly. If you include the -url parameter it does not install the web part dwp file into every virtual servers web part gallery.
Code Access Security (CAS) Permissions.SharePoint Reminder requires a high level of Security permissions to run correctly, including reading the Registry, Serialization and Remoting - hence the requirement to install into the GAC. It is recommended that you do not attempt to install the Web Part to the bin directory and set Code Access Security permissions by editing the web.config files manually. |