If We have installed multiple versions of SitecoreInstallFramework and we want to specific one for particular session.
We can force PowerShell session to use the specific SitecoreInstallFramework version.
Remove-Module -Name SitecoreInstallFramework
Import-Module -Name SitecoreInstallFramework -RequiredVersion 1.2.1
Now in current session SitecoreInstallFramework 1.2.1 will be in use.
No comments:
Post a Comment