atom / chocolatey

chocolatey installer for Atom
MIT License
12 stars 17 forks source link

Install failure under Win7 64bit #14

Closed dasniko closed 10 years ago

dasniko commented 10 years ago

Installed chocolatey in administrative console, then in same window tried to install Atom:

C:\>cinst Atom
Chocolatey (v0.9.8.25) is installing 'Atom' and dependencies. By installing you accept the license for 'Atom' and each dependency you are installing.

Atom v0.113.0
Downloading Atom 64 bit
  from 'https://github.com/atom/atom/releases/download/v0.113.0/atom-windows.zip'
Extracting C:\Users\Niko\AppData\Local\Temp\chocolatey\Atom\AtomInstall.zip to C:\ProgramData\chocolatey\lib\Atom.0.113.0\tools...
Write-Error : Atom did not finish successfully. Boo to the chocolatey gods!
-----------------------
[ERROR] This command cannot be executed due to the error: Das System kann die angegebene Datei nicht finden.
-----------------------
At C:\ProgramData\chocolatey\chocolateyinstall\helpers\functions\Write-ChocolateyFailure.ps1:30 char:14
+   Write-Error <<<<  $errorMessage
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Write-Error

Write-Error : Package 'Atom v0.113.0' did not install successfully: This command cannot be executed due to the error: Das System kann die angegebene Datei nicht finden.
At C:\ProgramData\chocolatey\chocolateyinstall\functions\Chocolatey-NuGet.ps1:90 char:28
+                 Write-Error <<<<  "Package `'$installedPackageName v$installedPackageVersion`' did not install successfully: $($_.Exception.Message)"
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Write-Error

The term 'true' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included , verify that the path is correct and try again.
Command 'install' failed (sometimes this indicates a partial failure). Additional info/packages: Atom
kevinsawicki commented 10 years ago

This looks very similar to #13, could it be a permission issue as well?

dasniko commented 10 years ago

Don't think so. I'm the only user, I have administrative rights on my system, console is administrative... what else could it be? Anythint else to check?

dasniko commented 10 years ago

Seems that after installing chocolatey, the system needs a reboot.

Now it's ok. You may close this issue. Perhaps you should add this to the installation docs.

kevinsawicki commented 10 years ago

Okay, thanks.