Skip to content

provision-image.ps1: Fix Windows Driver Kit installation #1471

Description

In the toolset update #1451, I attempted to install the Windows Driver Kit when preparing the Virtual Machine Scale Set, needed for #1289. I wrote:

$proc = Start-Process -FilePath $installerPath -ArgumentList `
@('/quiet', '/features', 'OptionId.WindowsDriverKitComplete') -Wait -PassThru

I didn't actually test this manually, I just verified the successful return code. On Discord, ben-craig reports that running wdksetup.exe isn't blocking, so we should run:

cmd /c start /wait wdksetup.exe /quiet /features +

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

fixedSomething works now, yay!infrastructureRelated to repository automation

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions