GoogleCloudPlatform / GoogleCloudPlatform/compute-image-windows
google-compute-engine-vss fails to install on Windows 10 20H2
- Dominant language
- PowerShell
- Stars
- 112
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
I'm attempting to manually install the GCE guest environment on x64 Windows 10, 20H2. After installing Windows from ISO, I get to the OOBE and use SHIFT + F10 to launch a cmd prompt. After installing googet, when I run
```
googet -noconfirm install google-compute-engine-vss
```
The installation fails while trying to `Register vss provider services.`
```
Errors occurred accessing one or more objects - the ErrorInfo collection may have more detail (Exception from HRESULT: 0x80110401)
At C:\ProgramData\GooGet\cache\google-compute-engine-vss.x86_64.1.1.3@1\common.psm1:98 char:3
+ $cat.InstallComponent($Global:provider_service_name, "${Global.vss_ ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [], COMException
+ FullyQualifiedErrorId : System.Runtime.InteropServices.COMException
ERROR: 2020/12/14 08:12:47.597495 googet_install.go:165: Error installing google-compute-engine-vss.x86_64.1.1.3@1: commanded excited with error code 1
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.