Related Tags:
Sitecore Sitecore is one of the leading enterprise-level content management systems built on ASP.NET, enabling web content editors and marketers to have full control over all aspects of their website from social integration and blog posts to advanced personalisation, e-commerce and more. Launched in 2001, Sitecore has used the .NET platform from the beginning of the language itself, and has been growing in popularity over the last few years. Currently on its 7th major version, it now runs on .NET 2.0/4.0, and the core has been rewritten from scratch to take advantage of the improvements made in ASP.NET 4.5. Learn More, Sitecore 9 Sitecore is a Web Content Management System (CMS) built on Microsoft ASP.net. This tag is for sitecore version 9. Learn More, Sitecore 10 Sitecore is a Web Content Management System (CMS) built on Microsoft ASP.net. This tag is for sitecore version 10.0 Learn More, SitecoreInstallFramework SitecoreInstallFramework (SIF) is a PowerShell module for handling the installation and configuration of Sitecore instances. This could be a local developer installation but also production setups. It will install and configure your web instances, windows services, databases, search engine configuration, certificates and much more. Learn More,

How to switch between different versions of SitecoreInstallFramework without removing the other one?

Description:I have installations of sitecore 9 and sitecore 10 on the same machine for which I have SitecoreInstallFramework 1.2.1 and SitecoreInstallFramework 2.3.0 installed on machine and now I need to install another instance of sitecore 9 the older version on my machine, so I need to use the SitecoreInstallFramework 1.2.1 by keeping the other version (SitecoreInstallFramework 2.3.0) in place as well.

Posted by: | Posted on: Nov 18, 2021

1 answers

Replies

3

You can use required version of SitecoreInstallFramework by following these steps

-First you need to uninstall required version of SitecoreInstallFramework (SIF) which is in your case SIF 1.2.1 by using the following command in powershell

Uninstall-Module -Name SitecoreInstallFramework -RequiredVersion 1.2.1

-Then you need to reinstall the same version by using the following command

Install-Module -Name SitecoreInstallFramework -RequiredVersion 1.2.1

-Now to actually run the specific version of SitecoreInstallFramework (SIF), you need to close the powershell and reopen it again and then try running the following command.

Import-Module -Name SitecoreInstallFramework -Force -RequiredVersion 1.2.1

Replied by: | Replied on: Nov 19, 2021



Reply
×

Code block Hyperlink bold Quotes block Upload Images

Preview