Bluebridge.Wiki.TrialLicense

Solution Version: 5.0.14729.0

Release Date: 2019-06-03

Solution File: Bluebridge.Wiki.TrialLicense.wsp

Add trial license to bluebridge wiki

Installation Requirements

Required Solutions

Upgrades

This solution is known as upgradable.

The mimium version must be 4.0.0000.

Installation Instructions

Please start the SharePoint Management Console (as Administrator)

Installation

a) Add Solution in solution store

PS

add-spsolution (resolve-path "Bluebridge.Wiki.TrialLicense.wsp")

b) Deploy Solution

PS

install-spsolution "Bluebridge.Wiki.TrialLicense.wsp"

c) Activate Features

Upgrade

(Please read the documentation if upgrade is supported)

PS

update-spsolution "Bluebridge.Wiki.TrialLicense.wsp"  -LiteralPath (resolve-path "Bluebridge.Wiki.TrialLicense.wsp")  

Deinstallation

a) Deactivate features

b) Delete Solution files from servers

PS

uninstall-spsolution "Bluebridge.Wiki.TrialLicense.wsp" 

c) Remove solution files from solution store

PS

remove-spsolution -name "Bluebridge.Wiki.TrialLicense.wsp"

Additional Information

Solution Content

The solution contains 1 files.

Files to SharePoint

These files into the sharepoint installation directory (%COMMONPROGRAMFILES%\Microsoft Shared\web server extensions\15)

Release History

Version Date Description
5.0.14729 2019-05-29

Release 5.0.14729 - 2019-05-29

Type Changes By
Migration to SP2019 bk