Advertisement
DanAtkinson

Paint.NET v3.5.11 install failure

Aug 21st, 2013
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. C:\Windows\system32>cinst paint.net
  2. Chocolatey (v0.9.8.20) is installing paint.net and dependencies. By installing you accept the license for paint.net and each dependency you are installing.
  3. ______ paint.net v3.5.11 ______
  4. Downloading paint.net (http://www.filehippo.com/download/file/56db1707ca58575b34eadf7a2ff0d3b9f6f40041f5a389fbf39d6cbc9152bd63) to C:\Users\DATKIN~1\AppData\Local\Temp\chocolatey\paint.net\paint.netInstall.zip
  5. Using this proxyserver: proxy:8080
  6. Extracting C:\Users\DATKIN~1\AppData\Local\Temp\chocolatey\paint.net\paint.netInstall.zip to C:\Chocolatey\lib\paint.net.3.5.11\tools...
  7. C:\Chocolatey\lib\paint.net.3.5.11\tools
  8. paint.net has finished succesfully! The chocolatey gods have answered your request!
  9. Installing paint.net...
  10. Elevating Permissions and running /auto DESKTOPSHORTCUT=0 . This may take awhile, depending on the statements.
  11.  
  12. Move-Item : The process cannot access the file because it is being used by another process.
  13. At C:\Chocolatey\chocolateyinstall\helpers\functions\Write-ChocolateyFailure.ps1:14 char:7
  14. + Move-Item $successLog $oldSuccessLog -Force
  15. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16. + CategoryInfo : WriteError: (C:\Users\DATKIN...net\success.log:FileInfo) [Move-Item], IOException
  17. + FullyQualifiedErrorId : MoveFileInfoItemIOError,Microsoft.PowerShell.Commands.MoveItemCommand
  18.  
  19. Write-Error : paint.net did not finish successfully. Boo to the chocolatey gods!
  20. -----------------------
  21. [ERROR] Exception calling "Start" with "1" argument(s): "Cannot start process because a file name has not been provided."
  22. -----------------------
  23. At C:\Chocolatey\chocolateyinstall\helpers\functions\Write-ChocolateyFailure.ps1:29 char:2
  24. + Write-Error $errorMessage
  25. + ~~~~~~~~~~~~~~~~~~~~~~~~~
  26. + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
  27. + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Write-Error
  28.  
  29. Exception calling "Start" with "1" argument(s): "Cannot start process because a file name has not been provided."
  30. At C:\Chocolatey\chocolateyinstall\helpers\functions\Start-ChocolateyProcessAsAdmin.ps1:38 char:3
  31. + $s = [System.Diagnostics.Process]::Start($psi);
  32. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33. + CategoryInfo : NotSpecified: (:) [], ParentContainsErrorRecordException
  34. + FullyQualifiedErrorId : InvalidOperationException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement