- We can check the priority version by executing the GetModule command which I have mentioned above.
- Open PowerShell as administrator
- Type Get-Module SitecoreInstallFramework –ListAvailable and enter
- You should see all the SitecoreInstallFramework in your machine.
- Uninstall-Module -Name "SitecoreInstallFramework" -AllVersions
- Install-Module -Name SitecoreInstallFramework -Repository SitecoreGallery -RequiredVersion 2.4.0
- Switching versions: Force PowerShell session to use the version you need. Just execute the below command in powershell as administrator
- Remove-Module -Name SitecoreInstallFramework
- Import-Module -Name SitecoreInstallFramework -RequiredVersion #Version Number like 1.2.1
https://sitecorepeanuts.blogspot.com/2025/11/sif-sitecore-installation-and.html
ReplyDelete