-
Notifications
You must be signed in to change notification settings - Fork 384
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
(vcredist140) Unable to install in Windows 24H2 Sandbox: E_ACCESSDENIED #2618
Comments
Thanks for raising this issue! The packages within this repository are maintained by a small team of volunteer Community Maintainers, in their own time. Their time, like yours is important. Please help them by not wasting it. This is a community repository where the expectation is that everybody will get involved by raising pull requests to fix problems they find. This will also allow that problem to be fixed more quickly as you don't have to wait for a member of the Community Maintainer Team to pick it up. If you are unable to fix the issue yourself, the Community Maintainers Team will look at it when time allows. There are no service level agreements, nor should there be any expectation on when people can resolve issues in their own time. A few dos and don'ts:
Thank you. |
My guess based on the output is that this command is erroring for you: |
@corbob it fails with the same error, yes. Opened microsoft/Windows-Sandbox#67 in case it is on them. But the installer itself does not need to call it on new versions of Windows. In this particular case I think detecting 10.0.26100.0+ would be enough to skip all dependencies. E.g. |
Checklist
Chocolatey Version
2.4.1
Chocolatey License
None
Package Version
14.42.34433
Current Behaviour
VERBOSE: Checking Service Pack requirements
ERROR: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Expected Behaviour
Should install
Steps To Reproduce
choco
choco install -y --ignore-dependencies vcredist140
P.S. Without
--ignore-dependencies
it fails to installKB2919442
with the same error text (but maybe a different step). I assume it is not actually needed inside 24H2 sandbox.Environment
Chocolatey Log
Anything else?
No response
The text was updated successfully, but these errors were encountered: