-
Notifications
You must be signed in to change notification settings - Fork 17
exit code -1 on install #40
Comments
The failure in the Atom package install is due to this bug in Chocolatey: chocolatey/choco#230 |
Expect to see this fixed in 0.9.9.5 of choco |
@ferventcoder This is not fixed in 0.9.9.5, or maybe this is now a different error. But nugetExePath still null apparently:
|
@bradgearon It looks like the package is using something it should not - |
@kevinsawicki @bradgearon would you mind updating the package to use Install-BinFile? https://github.com/chocolatey/choco/blob/master/src/chocolatey.resources/helpers/functions/Install-BinFile.ps1#L15-L21 |
Adding the following in 0.9.9.6 chocolatey/choco#267 |
This is now fixed. You should be able to install with choco 0.9.9.6. |
Closing this out since it has been fixed upstream |
From running the AtomInstall.exe in the \Temp\chocolatey\ directory, it looks like the issue presents when running with the --silent flag (also tried /quiet). Omitting the flag shows the splash screen, but allows installation to precede.
The text was updated successfully, but these errors were encountered: