Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1.  
  2. E:\ICN>PowerShell.exe -ExecutionPolicy Bypass -File E:\ICN\Setup.ps1
  3. Get LessMSI
  4. Downloading 'https://github.com/activescott/lessmsi/releases/download/v1.4/less
  5. msi-v1.4.zip' to 'lessmsi-v1.4.zip'...
  6. Exception lors de l'appel de « DownloadFile » avec « 2 » argument(s) : « Le ser
  7. veur distant a retourné une erreur : (407) Authentification proxy requise. »
  8. Au niveau de E:\ICN\Helpers.ps1 : 162 Caractère : 33
  9. + $WebClient.DownloadFile <<<< ($Uri, $OutFile)
  10. + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
  11. + FullyQualifiedErrorId : DotNetMethodException
  12.  
  13. Expand LessMSI
  14. Get 7-Zip
  15. Downloading 'http://d.7-zip.org/a/7z1602-x64.msi' to '7z1602-x64.msi'...
  16. Exception lors de l'appel de « DownloadFile » avec « 2 » argument(s) : « Le ser
  17. veur distant a retourné une erreur : (407) Authentification proxy requise. »
  18. Au niveau de E:\ICN\Helpers.ps1 : 162 Caractère : 33
  19. + $WebClient.DownloadFile <<<< ($Uri, $OutFile)
  20. + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
  21. + FullyQualifiedErrorId : DotNetMethodException
  22.  
  23. Use LessMSI to unpack 7zip
  24. Le terme « .\.\lessmsi-v1.4\lessmsi.exe » n'est pas reconnu comme nom d'applet
  25. de commande, fonction, fichier de script ou programme exécutable. Vérifiez l'or
  26. thographe du nom, ou si un chemin d'accès existe, vérifiez que le chemin d'accè
  27. s est correct et réessayez.
  28. Au niveau de E:\ICN\Setup.ps1 : 57 Caractère : 6
  29. + & <<<< ".\$LessMSIDirectory\$LessMSIExecutable" 'x' $7zInstaller
  30. + CategoryInfo : ObjectNotFound: (.\.\lessmsi-v1.4\lessmsi.exe:St
  31. ring) [], CommandNotFoundException
  32. + FullyQualifiedErrorId : CommandNotFoundException
  33.  
  34. Download Java JDK jdk-8u151-windows-x64
  35. Downloading 'http://download.oracle.com/otn-pub/java/jdk/8u151-b12/e758a0de34e2
  36. 4606bca991d704f6dcbf/jdk-8u151-windows-x64.exe' to 'jdk-8u151-windows-x64.exe'.
  37. ..
  38. Exception lors de l'appel de « DownloadFile » avec « 2 » argument(s) : « Le ser
  39. veur distant a retourné une erreur : (407) Authentification proxy requise. »
  40. Au niveau de E:\ICN\Helpers.ps1 : 202 Caractère : 33
  41. + $WebClient.DownloadFile <<<< ($Uri, $OutFile)
  42. + CategoryInfo : NotSpecified: (:) [], MethodInvocationException
  43. + FullyQualifiedErrorId : DotNetMethodException
  44.  
  45. Unpack JDK installer
  46. Le terme « .\.\7z1602-x64\SourceDir\Files\7-Zip\7z.exe » n'est pas reconnu comm
  47. e nom d'applet de commande, fonction, fichier de script ou programme exécutable
  48. . Vérifiez l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que l
  49. e chemin d'accès est correct et réessayez.
  50. Au niveau de E:\ICN\Setup.ps1 : 115 Caractère : 14
  51. + & <<<< ".\$7zDirectory\$7zExecutable" `
  52. + CategoryInfo : ObjectNotFound: (.\.\7z1602-x64\...es\7-Zip\7z.e
  53. xe:String) [], CommandNotFoundException
  54. + FullyQualifiedErrorId : CommandNotFoundException
  55.  
  56. Unpack JDK archive
  57. Le terme « .\.\7z1602-x64\SourceDir\Files\7-Zip\7z.exe » n'est pas reconnu comm
  58. e nom d'applet de commande, fonction, fichier de script ou programme exécutable
  59. . Vérifiez l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que l
  60. e chemin d'accès est correct et réessayez.
  61. Au niveau de E:\ICN\Setup.ps1 : 126 Caractère : 10
  62. + & <<<< ".\$7zDirectory\$7zExecutable" `
  63. + CategoryInfo : ObjectNotFound: (.\.\7z1602-x64\...es\7-Zip\7z.e
  64. xe:String) [], CommandNotFoundException
  65. + FullyQualifiedErrorId : CommandNotFoundException
  66.  
  67. Unpack JDK
  68. Le terme « .\.\7z1602-x64\SourceDir\Files\7-Zip\7z.exe » n'est pas reconnu comm
  69. e nom d'applet de commande, fonction, fichier de script ou programme exécutable
  70. . Vérifiez l'orthographe du nom, ou si un chemin d'accès existe, vérifiez que l
  71. e chemin d'accès est correct et réessayez.
  72. Au niveau de E:\ICN\Setup.ps1 : 132 Caractère : 6
  73. + & <<<< ".\$7zDirectory\$7zExecutable" 'x' $OracleJDKInternalArchive `
  74. + CategoryInfo : ObjectNotFound: (.\.\7z1602-x64\...es\7-Zip\7z.e
  75. xe:String) [], CommandNotFoundException
  76. + FullyQualifiedErrorId : CommandNotFoundException
  77.  
  78. Expand JDK files
  79. Get-ChildItem : Impossible de trouver le chemin d'accès « E:\ICN\jdk-8u151-wind
  80. ows-x64 », car il n'existe pas.
  81. Au niveau de E:\ICN\Setup.ps1 : 147 Caractère : 18
  82. + Get-ChildItem <<<< @GetChildItemParameters -Recurse
  83. + CategoryInfo : ObjectNotFound: (E:\ICN\jdk-8u151-windows-x64:St
  84. ring) [Get-ChildItem], ItemNotFoundException
  85. + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetCh
  86. ildItemCommand
  87.  
  88.  
  89.  
  90. Répertoire : E:\ICN
  91.  
  92.  
  93. Mode LastWriteTime Length Name
  94. ---- ------------- ------ ----
  95. -a--- 18/01/2018 09:12 361 start.bat
  96.  
  97. Done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement