Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated link to 'WebPlatformDownload' installer in 'Prerequisites.json' file #595

Closed
AndreyFilchenkov opened this issue Jul 11, 2021 · 1 comment · Fixed by #603
Closed
Assignees
Milestone

Comments

@AndreyFilchenkov
Copy link
Collaborator

Description:
To install Sitecore 9+, SIM uses SIF under the hood.

Since the WDP packages for On-Premises deployment contain outdated links to the 'Microsoft Web Platform Installer 5.0' in the Prerequisites.json file, the installation of Sitecore may fail in case the Prerequisites task is checked to be run.

It may cause failure during the installation process.

...
[-------- DownloadWebPlatformInstaller : DownloadFile ------------------------]
[DownloadWebPlatformInstaller]:[Download] 
https://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-496C08BEB904/WebPlatformInstaller_amd64_en-US.msi 
=> C:\Users\{user}\AppData\Local\Temp\WebPlatformInstaller_amd64_en-US.msi
Install-SitecoreConfiguration : Error downloading https://download.microsoft.com/download/C/F/F/CFF3A0B8-99D4-41A2-AE1A-
496C08BEB904/WebPlatformInstaller_amd64_en-US.msi: The remote server returned an error: (404) Not Found.
At line:24 char:1
+ Install-SitecoreConfiguration @installParams *>&1 | Tee-Object Prereq ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-SitecoreConfiguration
...

We need to: create a known issue article on the WIKI to describe how to overcome the issue.

@DmitryKolinchuk
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants