Skip to content

x/build: windows installer doesn't allow installing on removable media #70317

@Joebugg

Description

@Joebugg

Go version

go version go1.23.3 windows/amd64

Output of go env in your module/workspace:

N/A (Not installed)

What did you do?

Downloaded Windows AMD64 installer package (MSI) on both my laptop and a VPS.
Installing on laptop to HDD or SSD works fine while hitting a snag on the virtual machine.
Tried installing it to any of the drives, including C: which is the system partition on a VirtIO instance (SCSI/SAS), and just for laughs to see if they would work, network storage slabs (also run through VirtIO).
Looked up permissions issues which it seems to not be.

What did you see happen?

Error saying it needs to be installed on a HDD, which of course a Virtio instance is not.

What did you expect to see?

It to install as if it's on a physical machine.
Is this a bogus error message from the installer, or is it actually hard coded not to work on any partition hanging off of a non-SATA (i.e. USB or network) drive? There should be an option to bypass this if it's the boot drive if it's intentional. It's a strange requirement in this age. I assume that using the ZIP version and just manually adding the paths would work fine, as a workaround. Editing the MSI file's scripts would also fix it but that's more of an intermediate level of skill to do.

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.OS-Windows

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions