paleozogt/MSVCDocker

subinacl.msi link not found

fabceolin opened this issue · 2 comments

Hi,

I'm trying to build windev:15 image and I think Microsoft changed the link of subinacl.msi download

    win-msvc15: https://download.microsoft.com/download/1/7/d/17d82b72-bc6a-4dc8-bfaa-98b37b22b367/subinacl.msi
    win-msvc15: Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found."
    win-msvc15: At C:\tmp\vagrant-shell.ps1:61 char:1
    win-msvc15: + (New-Object System.Net.WebClient).DownloadFile($subinaclUrl, $subinac ...
    win-msvc15: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    win-msvc15:     + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
    win-msvc15:     + FullyQualifiedErrorId : WebException

I couldn't find a trustworthy site to download it yet.

Fortunately, subinacl is only used when setting up MSVC 10. Since you're building MSVC 15 you should be ok.

This is now fixed in master.