Bug 1123821 Comment 10 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Hi Glandium, while testing this, I'm first getting SSL: CERTIFICATE_VERIFY_FAILED errors... if I bypass ssl checks, then it fails at:
```
Extracting WinRT Intellisense UAP - Other Languages-x86_en-us.msi
Traceback (most recent call last):
  File "D:\src\taskcluster\scripts\misc\get_vs.py", line 32, in <module>
    extractPackages(selected, dl_cache, unpacked)
  File "d:\src\third_party\python\vsdownload\vsdownload.py", line 536, in extractPackages
    unpackWin10SDK(dir, p["payloads"], dest)
  File "d:\src\third_party\python\vsdownload\vsdownload.py", line 521, in unpackWin10SDK
    subprocess.check_call(cmd, stdout=log)
  File "D:\mozilla-build\python3\lib\subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['msiexec', '/a', 'get_vsg72s4n0_\\cache\\Win10SDK_10.0.19041-10.0.19041.1\\WinRT Intellisense UAP - Other Languages-x86_en-us.msi', '/qn', 'TARGETDIR=C:\\Users\\marco\\.mozbuild\\get_vsg72s4n0_\\unpack']' returned non-zero exit status 1603.
```
Hi glandium, while testing this, I'm first getting SSL: CERTIFICATE_VERIFY_FAILED errors... if I bypass ssl checks, then it fails at:
```
Extracting WinRT Intellisense UAP - Other Languages-x86_en-us.msi
Traceback (most recent call last):
  File "D:\src\taskcluster\scripts\misc\get_vs.py", line 32, in <module>
    extractPackages(selected, dl_cache, unpacked)
  File "d:\src\third_party\python\vsdownload\vsdownload.py", line 536, in extractPackages
    unpackWin10SDK(dir, p["payloads"], dest)
  File "d:\src\third_party\python\vsdownload\vsdownload.py", line 521, in unpackWin10SDK
    subprocess.check_call(cmd, stdout=log)
  File "D:\mozilla-build\python3\lib\subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['msiexec', '/a', 'get_vsg72s4n0_\\cache\\Win10SDK_10.0.19041-10.0.19041.1\\WinRT Intellisense UAP - Other Languages-x86_en-us.msi', '/qn', 'TARGETDIR=C:\\Users\\marco\\.mozbuild\\get_vsg72s4n0_\\unpack']' returned non-zero exit status 1603.
```

Back to Bug 1123821 Comment 10