-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Unable to install on Enterprise laptop #286
Comments
Hello, See: https://github.com/veler/DevToys#chocolatey Thank you ! Related: #183 |
Similar situation here. On Chocolatey the missing dependency is more explicit:
|
Which OS version are you using (include build number, please)? |
I'm on Windows 10 => 21H2 (OS Build 19044.1526) |
Hmmm, can you check microsoft/winget-cli#1779?
It seems that if we use Add-AppxPackage (as we're using in the chocolateInstall.ps1) we may need to install previously some dependencies. I don´t know why in some machines those dependencies are by default and why that's not your case |
On my Windows 11 machine this worked just fine.(wihtout installing any dependencies) On the dependencies: I don't get if these are machine-installable libraraies, or just project references: https://nuget.info/packages/Microsoft.UI.Xaml/2.7.0 Should'nt these dependencies be resolved by the application installer or possibly deployed with the app? |
My install via choco failed due to
|
Just ran into this issue myself on a fresh W11 install. |
I could install Devtoys now after collecting some dependencies. Then you need: And the Redist from here: |
Just try a workaround: use https://store.rg-adguard.net/ to get links on missing dependencies to install them one by one |
@energister I'm somewhat hesitant to download libraries/executables from random locations to an Enterprise laptop... |
@tmalaher-telus, I'm also avoiding to download something from unknown sites, so at the beginning I also excluded the option with the https://store.rg-adguard.net/. But later on I've noticed that the site just gives me links to the Microsoft's site. So it's safe to use it. |
@veler any updates regarding this bug? I'm hitting the road blocks outlined above with Chocolatey. |
Read the above posts for how to manually install the missing dependencies. |
Hi, |
@veler I don't think it is |
I think this is likely to be a different issue. Original issue is about not being able to install prerequisites. However, this is still an issue the DevToys devs may be able to address, just in a separate issue. |
Description
I'm running Edition Windows 10 Enterprise Version 20H2 OS build 19042.631
Our laptops have the Windows Store functionality disabled.
I have admin rights on the laptop, so I am able to install software (e.g. via .msi)
However, when I tried downloading DevToys.Startup_1.0.1.0_x86_x64_arm64.msixbundle (and the associated certificate) I was unable to install it.
The Windows says that the installer is a Trusted App, with Publisher: etiennebaudoux, so the certificate seems to be loaded OK.
But after saying "installing required packages...", it quickly gives the message:
Note the two spaces between "for" and "package" as if it is trying to insert the name of a package into that message.
Is there a known problem installing standalone? Or is there a missing dependency in the package, or something I need to install before installing DevToys?
Steps To Reproduce
Expected behavior
Installation succeeds
DevToys Version
DevToys.Startup_1.0.1.0_x86_x64_arm64
Relevant Assets/Logs
The text was updated successfully, but these errors were encountered: