-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
bugSomething isn't workingSomething isn't workingpackagingpriority-2Affects more than a few users but doesn't prevent core functionsAffects more than a few users but doesn't prevent core functionswindowsRelated to Windows hosts or runnersRelated to Windows hosts or runners
Description
Describe the bug
The MSI installer for Windows 10 x64
- suggests a wrong install folder (x86 instead of x64)
- ignores different install folder when changed by user
Tested with installer for 0.6.2:
https://github.com/cli/cli/releases/download/v0.6.2/gh_0.6.2_windows_amd64.msi
Steps to reproduce the behavior
- Launch .msi install file on Windows 10 x64.
- See default install location:
C:\Program Files (x86)\GitHub CLI(error 1) - Change install location to:
C:\Program Files\GitHub CLI - Finish the install process.
- See application installed in:
C:\Program Files (x86)\GitHub CLI(error 2)
Expected vs actual behavior
- Default install location to be:
C:\Program Files\GitHub CLI - User changes to install location to be reflected
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpackagingpriority-2Affects more than a few users but doesn't prevent core functionsAffects more than a few users but doesn't prevent core functionswindowsRelated to Windows hosts or runnersRelated to Windows hosts or runners