﻿******************************************************
BlueBridge Core Components (Compatibility 14)
******************************************************
4.0.16517.0 - 2017-10-17 
------------------------------------------------------
Quick installation reference
------------------------------------------------------
* PLEASE NOTICE *
THIS FILE IS PROVIDED AS REFERENCE TO COPY INSTRUCTIONS 
INTO COMMAND WINDOW OR BUILD YOUR OWN SCRIPTS. 
ITS NOT A DETAILED INSTRUCTION FOR ALL KIND 
OF INSTALLATIONS, ESPECIALLY UPGRADES 
------------------------------------------------------

This quick reference contains the powershell commands to install/uninstall the solution

[PS] Execute command with SharePoint Administration Console (Powershell)



Installation
=======================================================

a) Add Solution in solution store
-------------------------------------------------------

[PS] 
add-spsolution (resolve-path "BlueBridge.Core.Compatibility14.wsp")


b) Deploy Solution 
-------------------------------------------------------

[PS] 
install-spsolution "BlueBridge.Core.Compatibility14.wsp"   -CompatibilityLevel "14" 



c) Activate Features
-------------------------------------------------------
(depends on requirements)



Upgrade
=======================================================
(Please read the documentation if upgrade is supported)

[PS] 
update-spsolution "BlueBridge.Core.Compatibility14.wsp" -LiteralPath (resolve-path "BlueBridge.Core.Compatibility14.wsp")   



Deinstallation
=======================================================

a) Deactivate features
-------------------------------------------------------
(depends on requirements)


b) Delete Solution files from servers
-------------------------------------------------------

[PS] 
uninstall-spsolution BlueBridge.Core.Compatibility14.wsp  -CompatibilityLevel "14"




c) Remove solution files from solution store
-------------------------------------------------------

[PS] 
remove-spsolution "BlueBridge.Core.Compatibility14.wsp"


