Skip to content

Windows install fails to find architecture #7

@rockwellct

Description

@rockwellct

In the powershell script to install pool on Windows, the system tries to find the system architecture with

$osArch = [System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture

but this isn't always available. If you change it to

$osArch = [System.Runtime.InteropServices.RuntimeInformation,mscorlib]::OSArchitecture.ToString().ToLower()

then you should be able to get an architecture back 99% of the time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions