Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 Disabled Components cause installer to fail #155

Closed
dovholuknf opened this issue Oct 22, 2020 · 1 comment
Closed

IPv6 Disabled Components cause installer to fail #155

dovholuknf opened this issue Oct 22, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dovholuknf
Copy link
Member

dovholuknf commented Oct 22, 2020

User reported installer would not succeed. This was due to

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\DisabledComponents

being set to 0xFFFFFF and not 0xFF.

Currently the code checks for the value to be set to 255. Per MS the min/max are

Min Value: 0x00
Max Value: 0xFF (IPv6 disabled)

see: https://docs.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-ipv6-in-windows
but clearly the registry allows the user to set it higher.

Account for this

@dovholuknf dovholuknf self-assigned this Oct 22, 2020
@dovholuknf dovholuknf added the bug Something isn't working label Oct 22, 2020
@dovholuknf
Copy link
Member Author

fixed with 1.2.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant