Sitecore 10.4 Installation Authenticode Issuer

While installing Sitecore 10.4, I encountered an error about the Authenticode issuer and SitecoreInstallFramework version.

sc-install-104-issue-1

The error message is about Sitecore Install Framework conflicts. To investigate more about it and to check the version I executed the following command in PowerShell and I have SIF version 2.3:

Get-Module SitecoreInstallFramework –ListAvailable

sc-install-104-issue-2

As stated in this error Sitecore 10.4 version requires SIF version 2.4 and to install it Sitecore suggested in error that use the -SkipPublisherCheck parameter, so to install this, execute the following command:

Install-Module SitecoreInstallFramework -SkipPublisherCheck -Force

After execution if you get the following error:

sc-install-104-issue-3

Then Execute the following command to register repositories and register as trusted.

Register-PSRepository -Name SitecoreGallery -SourceLocation https://nuget.sitecore.com/resources/v2

Set-PSRepository -Name SitecoreGallery -InstallationPolicy Trusted

After you register the repository, you can use the SitecoreInstallFramework module, now rerun the command again, and no error:

sc-install-104-issue-4

Execute the ListAvailable command again and you will have SIF version 2.4.

sc-install-104-issue-5

Now install the Sitecore again and the issue is resolved:

sc-install-104-issue-6

Happy Sitecoreing ðŸ˜Š

Comments

Popular posts from this blog

Sitecore Installation Error: Failed to Start Service 'Sitecore Marketing Automation Engine'

Import CSV Data in Sitecore Using PowerShell: Part-3

Sitecore Technology MVP Journey 2022