--- title: "Update Lanteria HR" slug: "update-lanteria-hr" updated: 2023-02-24T21:52:04Z published: 2023-02-24T21:52:04Z canonical: "help.lanteria.com/update-lanteria-hr" --- > ## Documentation Index > Fetch the complete documentation index at: https://help.lanteria.com/llms.txt > Use this file to discover all available pages before exploring further. # Update Lanteria HR The update procedure of the Lanteria HR solution consists of the following stages: 1. Disabling the Lanteria HR features. 2. Retracting and removing the Lanteria HR solution from the farm. 3. Adding a new version of the solution to the farm. 4. Re-enabling the Lanteria HR features. ## To disable the Lanteria HR features 1. Connect to SharePoint server via Remote Desktop Protocol (RDP). 2. Go to SharePoint Central Administration > System Settings > Manage farm solutions.![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674755439349.png) 1. Make sure that the solution is deployed.![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674755471753.png) 1. Close PowerShell (if it is running). 2. Run PowerShell as Administrator. ![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674755549566.png) 1. Add SharePoint cmdlets using the following command: Add-PSSnapin microsoft.sharepoint.powershell![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674755570639.png) 1. Disable the Lanteria HR features using the following commands: - Disable-SPFeature Lanteria.ES.SharePoint_LanteriaSite -url http://site/ -confirm:$false - Disable-SPFeature Lanteria.ES.SharePoint_Lanteriaweb -url http://site/es -confirm:$false - Disable-SPFeature Lanteria.ES.SharePoint_LanteriaContent -url http://site/es -confirm:$false *Note* *In the commands above, replace **http://site/** with your site collection URL and **http://site/es** with your Lanteria HR system URL.* *If you have a custom solution, you should also disable the features from the custom solution. Names of custom features can be provided by the Lanteria support team.* ## To retract and remove the Lanteria HR solution from the farm 1. Go to SharePoint Central Administration > System Settings > Manage farm solutions.![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674755646387.png) 1. Locate and select the Lanteria.effectivestaff.wsp solution.![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674755666386.png) 1. Select Retract Solution.![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674755690469.png) 1. Specify the web application where Lanteria.effectivestaff.wsp is currently installed, and then select OK:![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674755724804.png) 1. Once the lanteria.effectivestaff.wsp solution is retracted, remove it from the farm by selecting Remove Solution. *Note**If you have a custom solution in addition to the core solution, you should retract and remove the custom solution as well.* ## To add a new version of the solution to the farm 1. Run PowerShell as Administrator.![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674755854033.png) 1. Add SharePoint cmdlets using the following command: Add-PSSnapin microsoft.sharepoint.powershell![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674755909360.png) 1. Add a new version of the solution to the farm using the following command: Add-SPSolution C:\Lanteria\Lanteria.EffectiveStaff.wsp![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674755930651.png)*Note**“C:\Lanteria\Lanteria.EffectiveStaff.wsp” is a path to the new version of the solution.* 1. Once the solution is added, locate and select it in Solution Management in SharePoint Central Administration.![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674756121538.png) 1. Select Deploy Solution.![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674756175823.png) 1. Specify the web application where you want the solution to be deployed, and then select OK:![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674756213964.png) *Note* **If you have a custom solution in addition to the core solution, you should add and deploy it to the farm as well.** ## To re-enable the Lanteria HR features 1. Go to SharePoint Central Administration > System Settings > Manage farm solutions and make sure that the solution is deployed.![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674756277376.png) 1. Close PowerShell (if it is running). 2. Run PowerShell as Administrator.![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674756296196.png) 1. Add SharePoint cmdlets using the following command: Add-PSSnapin microsoft.sharepoint.powershell![](https://cdn.document360.io/c315c68d-2799-4fcc-9a39-084315b58f14/Images/Documentation/image-1674756316181.png) 1. Re-enable the Lanteria HR features using the following commands: - Enable-SPFeature Lanteria.ES.SharePoint_LanteriaSite -url http://site/ - Enable-SPFeature Lanteria.ES.SharePoint_LanteriaWeb -url http://site/es - Enable-SPFeature Lanteria.ES.SharePoint_LanteriaContent -url http://site/es *Note* **In the commands above, replace **http://site/** with your site collection URL and **http://site/es** with your Lanteria HR system URL.** **If you have a custom solution, you should also re-enable the features from the custom solution. Names of custom features can be provided by the Lanteria support team.**