Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.98 KB | None | 0 0
  1. PS C:\WINDOWS\system32> choco uninstall ccenhancer -y
  2. Chocolatey v0.9.9.8
  3. Uninstalling the following packages:
  4. ccenhancer
  5.  
  6. ccenhancer v4.3
  7. Skipping auto uninstaller - AutoUninstaller feature is not enabled.
  8. ccenhancer has been successfully uninstalled.
  9.  
  10. Chocolatey uninstalled 1/1 packages. 0 packages failed.
  11. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  12. PS C:\WINDOWS\system32> cinst ccenhancer -dv
  13. Chocolatey v0.9.9.8
  14. Chocolatey is running on Windows v 10.0.10586.0
  15. Attempting to delete file "C:/PROGRAMDATA/CHOCOLATEY/choco.exe.old".
  16. Attempting to delete file "C:\PROGRAMDATA\CHOCOLATEY\choco.exe.old".
  17. Command line: "C:\PROGRAMDATA\CHOCOLATEY\choco.exe" install ccenhancer -dv
  18. Received arguments: install ccenhancer -dv
  19.  
  20. NOTE: Hiding sensitive configuration data! Please double and triple
  21. check to be sure no sensitive data is shown, especially if copying
  22. output to a gist for review.
  23. Configuration: CommandName='install'|
  24. CacheLocation='C:\Users\steph\AppData\Local\Temp'|
  25. ContainsLegacyPackageInstalls='True'|
  26. CommandExecutionTimeoutSeconds='2700'|
  27. Sources='https://chocolatey.org/api/v2/'|Debug='True'|Verbose='True'|
  28. Force='False'|Noop='False'|HelpRequested='False'|RegularOutput='True'|
  29. PromptForConfirmation='True'|AcceptLicense='False'|
  30. AllowUnofficialBuild='False'|Input='ccenhancer'|AllVersions='False'|
  31. SkipPackageInstallProvider='False'|PackageNames='ccenhancer'|
  32. Prerelease='False'|ForceX86='False'|OverrideArguments='False'|
  33. NotSilent='False'|IgnoreDependencies='False'|
  34. AllowMultipleVersions='False'|ForceDependencies='False'|
  35. Information.PlatformType='Windows'|
  36. Information.PlatformVersion='10.0.10586.0'|
  37. Information.PlatformName='Windows'|
  38. Information.ChocolateyVersion='0.9.9.8'|
  39. Information.ChocolateyProductVersion='0.9.9.8'|
  40. Information.FullName='choco, Version=0.9.9.8, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
  41.  
  42. Information.Is64Bit='True'|Information.IsInteractive='True'|
  43. Information.IsUserAdministrator='True'|
  44. Information.IsProcessElevated='True'|Features.AutoUninstaller='False'|
  45. Features.CheckSumFiles='True'|Features.FailOnAutoUninstaller='False'|
  46. ListCommand.LocalOnly='False'|
  47. ListCommand.IncludeRegistryPrograms='False'|
  48. UpgradeCommand.FailOnUnfound='False'|
  49. UpgradeCommand.FailOnNotInstalled='False'|
  50. UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
  51. NewCommand.AutomaticPackage='False'|SourceCommand.Command='unknown'|
  52. FeatureCommand.Command='unknown'|PushCommand.TimeoutInSeconds='0'|
  53. PinCommand.Command='unknown'|
  54. _ Chocolatey:ChocolateyInstallCommand - Normal Run Mode _
  55. Installing the following packages:
  56. ccenhancer
  57. By installing you accept licenses for the packages.
  58. [NuGet] Attempting to resolve dependency 'ccleaner'.
  59. [NuGet] Installing 'ccenhancer 4.4'.
  60. [NuGet] Added file 'chocolateyInstall.ps1' to folder 'ccenhancer\tools'.
  61. [NuGet] Added file 'ccenhancer.nupkg' to folder 'ccenhancer'.
  62. [NuGet] Successfully installed 'ccenhancer 4.4'.
  63.  
  64. ccenhancer v4.4
  65. Contents of 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\chocolateyInstall.ps1':
  66. $packageName = 'ccenhancer'
  67. $url = 'https://singularlabs.com/download/10320/'
  68. $unzipLocation = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
  69. $fileName = "CCEnhancer.exe"
  70. $linkName = "CCEnhancer.lnk"
  71.  
  72.  
  73. $folder = Get-ChildItem $unzipLocation | Where-Object {$_.Name -match "CCEnhancer*"}
  74.  
  75. If ($folder){
  76. If (Test-Path $folder){
  77. Remove-Item $folder
  78. }
  79. }
  80. Install-ChocolateyZipPackage $packageName $url $unzipLocation
  81.  
  82. $folder = Get-ChildItem $unzipLocation | Where-Object {$_.Name -match "CCEnhancer*"}
  83. $installDir = Join-Path $unzipLocation $folder
  84. $gui = Join-Path $installDir "CCEnhancer.exe.gui"
  85. New-Item $gui -type file -force
  86.  
  87. #install start menu shortcut
  88. $programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
  89. $shortcutFilePath = Join-Path $programs $linkName
  90. $targetPath = Join-Path $installDir $fileName
  91. Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath
  92. The package ccenhancer wants to run 'chocolateyInstall.ps1'.
  93. Note: If you don't run this script, the installation will fail.
  94. Note: To confirm automatically next time, use '-y' or consider setting
  95. 'allowGlobalConfirmation'. Run 'choco feature -h' for more details.
  96. Do you want to run the script?
  97. 1) yes
  98. 2) no
  99. 3) print
  100. 1
  101. Calling command ['"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass
  102. -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.Current
  103. UICulture = ''; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\ch
  104. ocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\chocolateyIn
  105. stall.ps1' -installArguments '' -packageParameters ''"']
  106. DEBUG: Posh version is 5.0.10586.122
  107. DEBUG: Loading community extensions
  108. VERBOSE: Exporting function 'Get-BinRoot'.
  109. VERBOSE: Exporting function 'Get-ChecksumValid'.
  110. VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
  111. VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
  112. VERBOSE: Exporting function 'Get-EnvironmentVariable'.
  113. VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
  114. VERBOSE: Exporting function 'Get-FtpFile'.
  115. VERBOSE: Exporting function 'Get-ProcessorBits'.
  116. VERBOSE: Exporting function 'Get-UACEnabled'.
  117. VERBOSE: Exporting function 'Get-VirusCheckValid'.
  118. VERBOSE: Exporting function 'Get-WebFile'.
  119. VERBOSE: Exporting function 'Get-WebHeaders'.
  120. VERBOSE: Exporting function 'Install-BinFile'.
  121. VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
  122. VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
  123. VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
  124. VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
  125. VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
  126. VERBOSE: Exporting function 'Install-ChocolateyPackage'.
  127. VERBOSE: Exporting function 'Install-ChocolateyPath'.
  128. VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
  129. VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
  130. VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
  131. VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
  132. VERBOSE: Exporting function 'Install-Vsix'.
  133. VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
  134. VERBOSE: Exporting function 'Set-EnvironmentVariable'.
  135. VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
  136. VERBOSE: Exporting function 'Test-ProcessAdminRights'.
  137. VERBOSE: Exporting function 'Uninstall-BinFile'.
  138. VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
  139. VERBOSE: Exporting function 'UnInstall-ChocolateyZipPackage'.
  140. VERBOSE: Exporting function 'Update-SessionEnvironment'.
  141. VERBOSE: Exporting function 'Write-ChocolateyFailure'.
  142. VERBOSE: Exporting function 'Write-ChocolateySuccess'.
  143. VERBOSE: Exporting function 'Write-FileUpdateLog'.
  144. VERBOSE: Exporting alias 'Generate-BinFile'.
  145. VERBOSE: Exporting alias 'Add-BinFile'.
  146. VERBOSE: Exporting alias 'Remove-BinFile'.
  147. DEBUG: Running 'Install-ChocolateyZipPackage' for ccenhancer with url:'https://singularlabs.com/download/10320/',
  148. unzipLocation: 'C:\ProgramData\chocolatey\lib\ccenhancer\tools', url64bit: '', specificFolder: '', checksum: '',
  149. checksumType: '', checksum64: '', checksumType64: ''
  150. DEBUG: Running 'Get-ChocolateyWebFile' for ccenhancer with url:'https://singularlabs.com/download/10320/',
  151. fileFullPath:'C:\Users\steph\AppData\Local\Temp\chocolatey\ccenhancer\ccenhancerInstall.zip', url64bit:'', checksum:
  152. '', checksumType: '', checksum64: '', checksumType64: ''
  153. DEBUG: Running 'Get-ProcessorBits'
  154. DEBUG: CPU is 64 bit
  155. DEBUG: Running 'Get-WebHeaders' with url:'https://singularlabs.com/download/10320/', userAgent: 'chocolatey command
  156. line'
  157. DEBUG: Setting the UserAgent to 'chocolatey command line'
  158. DEBUG: Request Headers:
  159. DEBUG: 'Accept':'*/*'
  160. DEBUG: 'User-Agent':'chocolatey command line'
  161. DEBUG: Response Headers:
  162. DEBUG: 'Connection':'keep-alive'
  163. DEBUG: 'Vary':'Accept-Encoding,Cookie'
  164. DEBUG: 'Pragma':'no-cache'
  165. DEBUG: 'X-Robots-Tag':'noindex, nofollow'
  166. DEBUG: 'Content-Description':'File Transfer'
  167. DEBUG: 'Content-Disposition':'attachment; filename="CCEnhancer-4.4-multilingual.zip";'
  168. DEBUG: 'Content-Transfer-Encoding':'binary'
  169. DEBUG: 'Accept-Ranges':'bytes'
  170. DEBUG: 'Content-Length':'200720'
  171. DEBUG: 'Cache-Control':'no-cache, must-revalidate, max-age=0'
  172. DEBUG: 'Content-Type':'application/zip'
  173. DEBUG: 'Date':'Thu, 17 Mar 2016 12:53:24 GMT'
  174. DEBUG: 'Expires':'Wed, 11 Jan 1984 05:00:00 GMT'
  175. DEBUG: 'Set-Cookie':'__cfduid=da80cbae7877519ea0173bc67d271b4ee1458219203; expires=Fri, 17-Mar-17 12:53:23 GMT;
  176. path=/; domain=.singularlabs.com; HttpOnly,mc_session_ids[default]=7910c1a405d9e6e114182b44996a0281f5d356c2;
  177. expires=Thu, 17-Mar-2016 12:58:23 GMT; Max-Age=300; path=/; secure;
  178. httponly,mc_session_ids[multi][0]=985b17c13dd240e6742ba8b5c8d9eabdb8b42500; expires=Thu, 17-Mar-2016 12:58:23 GMT;
  179. Max-Age=300; path=/,mc_session_ids[multi][1]=713c51e2d385e6e583847e566b83a1c1e875d738; expires=Thu, 17-Mar-2016
  180. 12:58:23 GMT; Max-Age=300; path=/,mc_session_ids[multi][2]=6b51d71853466b2948e8a7a1f9ea9c54d60e1509; expires=Thu,
  181. 17-Mar-2016 12:58:23 GMT; Max-Age=300; path=/,mc_session_ids[multi][3]=ede5abce8986e97cb5d9aa7194a5b6b5dad87764;
  182. expires=Thu, 17-Mar-2016 12:58:23 GMT; Max-Age=300;
  183. path=/,mc_session_ids[multi][4]=e6350abd020ac1569611eb7280105a5f561e2887; expires=Thu, 17-Mar-2016 12:58:23 GMT;
  184. Max-Age=300; path=/,wp_dlm_downloading=4.4; expires=Thu, 17-Mar-2016 12:54:24 GMT; Max-Age=60; path=/; httponly'
  185. DEBUG: 'Server':'cloudflare-nginx'
  186. DEBUG: 'X-Powered-By':'PHP/5.6.16'
  187. DEBUG: 'CF-RAY':'28509663e7021b97-SEA'
  188. DEBUG: ccenhancer's requested file has already been downloaded. Using cached copy at
  189. 'C:\Users\steph\AppData\Local\Temp\chocolatey\ccenhancer\ccenhancerInstall.zip'.
  190. DEBUG: Checking that 'C:\Users\steph\AppData\Local\Temp\chocolatey\ccenhancer\ccenhancerInstall.zip' is the size we
  191. expect it to be.
  192. DEBUG: Verifying package provided checksum of '' for
  193. 'C:\Users\steph\AppData\Local\Temp\chocolatey\ccenhancer\ccenhancerInstall.zip'.
  194. DEBUG: Running 'Get-ChecksumValid' with
  195. file:'C:\Users\steph\AppData\Local\Temp\chocolatey\ccenhancer\ccenhancerInstall.zip', checksum: '', checksumType: ''
  196. DEBUG: Running 'Get-ChocolateyUnzip' with
  197. fileFullPath:'C:\Users\steph\AppData\Local\Temp\chocolatey\ccenhancer\ccenhancerInstall.zip'', destination:
  198. 'C:\ProgramData\chocolatey\lib\ccenhancer\tools', specificFolder: '`, packageName: 'ccenhancer'
  199. Extracting C:\Users\steph\AppData\Local\Temp\chocolatey\ccenhancer\ccenhancerInstall.zip to C:\ProgramData\chocolatey\l
  200. ib\ccenhancer\tools...
  201. DEBUG: 7zip found at 'C:\ProgramData\chocolatey\tools\7za.exe'
  202. DEBUG: wrapping 7za invocation with Write-FileUpdateLog
  203. DEBUG: Running 'Write-FileUpdateLog' with
  204. logFilePath:'C:\ProgramData\chocolatey\lib\ccenhancer\ccenhancerInstall.zip.txt'',
  205. locationToMonitor:C:\ProgramData\chocolatey\lib\ccenhancer\tools, Operation: '
  206. param($7zip, $destination, $fileFullPath, [ref]$exitCodeRef)
  207. Write-Debug "Calling '$7zip x -aoa -o`"$destination`" -y `"$fileFullPath`"'"
  208. $process = Start-Process "$7zip" -ArgumentList "x -aoa -o`"$destination`" -y `"$fileFullPath`"" -Wait -WindowStyle
  209.  
  210. Hidden -PassThru
  211. #$process = Start-Process $7zip -ArgumentList "x -aoa -o`"$destination`" -y `"$fileFullPath`"" -Wait -NoNewWindow
  212. -PassThru
  213. # this is here for specific cases in Posh v3 where -Wait is not honored
  214. $currentPreference = $ErrorActionPreference
  215. $ErrorActionPreference = 'SilentlyContinue'
  216. if (!($process.HasExited)) {
  217. Wait-Process -Id $process.Id
  218. }
  219. $ErrorActionPreference = $currentPreference
  220. $exitCodeRef.Value = $process.ExitCode
  221. '
  222. DEBUG: Tracking current state of 'C:\ProgramData\chocolatey\lib\ccenhancer\tools'
  223. DEBUG: Calling 'C:\ProgramData\chocolatey\tools\7za.exe x -aoa -o"C:\ProgramData\chocolatey\lib\ccenhancer\tools" -y
  224. "C:\Users\steph\AppData\Local\Temp\chocolatey\ccenhancer\ccenhancerInstall.zip"'
  225. DEBUG: 7za exit code: 0
  226. C:\ProgramData\chocolatey\lib\ccenhancer\tools
  227. Join-Path : Cannot convert 'System.Object[]' to the type 'System.String' required by parameter 'ChildPath'. Specified m
  228.  
  229. ethod is not supported.
  230. At C:\ProgramData\chocolatey\lib\ccenhancer\tools\chocolateyInstall.ps1:18 char:40
  231. + $installDir = Join-Path $unzipLocation $folder
  232. + ~~~~~~~
  233. + CategoryInfo : InvalidArgument: (:) [Join-Path], ParameterBindingException
  234. DEBUG: Running 'Install-ChocolateyShortcut' with parameters ShortcutFilePath:
  235. + FullyQualifiedErrorId : CannotConvertArgument,Microsoft.PowerShell.Commands.JoinPathCommand
  236. 'C:\Users\steph\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\CCEnhancer.lnk', TargetPath: '',
  237. Join-Path : Cannot bind argument to parameter 'Path' because it is null.
  238. WorkingDirectory: '', Arguments: '', IconLocation: '', Description: ''
  239. At C:\ProgramData\chocolatey\lib\ccenhancer\tools\chocolateyInstall.ps1:19 char:18
  240. + $gui = Join-Path $installDir "CCEnhancer.exe.gui"
  241. + ~~~~~~~~~~~
  242. + CategoryInfo : InvalidData: (:) [Join-Path], ParameterBindingValidationException
  243. + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.JoinPathCom
  244.  
  245. mand
  246. New-Item : Cannot bind argument to parameter 'Path' because it is null.
  247. At C:\ProgramData\chocolatey\lib\ccenhancer\tools\chocolateyInstall.ps1:20 char:10
  248. + New-Item $gui -type file -force
  249. + ~~~~
  250. + CategoryInfo : InvalidData: (:) [New-Item], ParameterBindingValidationException
  251. + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.NewItemComm
  252.  
  253. and
  254. Join-Path : Cannot bind argument to parameter 'Path' because it is null.
  255. Command ['"C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NoLogo -ExecutionPolicy Bypass -Comman
  256. d "[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICultur
  257. e = ''; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey
  258. \helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\chocolateyInstall.ps
  259. 1' -installArguments '' -packageParameters ''"'] exited with '1'
  260. At C:\ProgramData\chocolatey\lib\ccenhancer\tools\chocolateyInstall.ps1:25 char:25
  261. Calling command ['"shutdown" /a']
  262. + $targetPath = Join-Path $installDir $fileName
  263. + ~~~~~~~~~~~
  264. + CategoryInfo : InvalidData: (:) [Join-Path], ParameterBindingValidationException
  265. Command ['"shutdown" /a'] exited with '1116'
  266. + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.JoinPathCom
  267.  
  268. mand
  269. Install-ChocolateyShortcut - $targetFilePath can not be null.
  270. At C:\ProgramData\chocolatey\helpers\functions\Install-ChocolateyShortcut.ps1:78 char:4
  271. + throw "Install-ChocolateyShortcut - `$targetFilePath can not be ...
  272. Capturing package files in 'C:\ProgramData\chocolatey\lib\ccenhancer'
  273. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  274. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\ccenhancer.nupkg'
  275. with checksum '58C17624CFB73D5AB6DD423A6A6D78B7'
  276. + CategoryInfo : OperationStopped: (Install-Chocola...an not be null.:String) [], RuntimeException
  277. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\ccenhancerInstall.zip.txt'
  278. with checksum '05729D71AEC28DF5482EDB70D8BCD9E9'
  279. + FullyQualifiedErrorId : Install-ChocolateyShortcut - $targetFilePath can not be null.
  280. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\chocolateyInstall.ps1'
  281. with checksum '8B03DAF91BD9A2E502961CF450E6597F'
  282. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.3-multilanguage\cc_config.ini'
  283. with checksum '26A9A5CC7A9E647148E6A60958CE05E8'
  284. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\CCEnhancer.exe'
  285. with checksum '1F8148844D5CE910307175500EA38CA7'
  286. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Brazilian.locale'
  287. with checksum '031F3F8DC98E1F22C13A0D6E4AB1FF0E'
  288. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Bulgarian.locale'
  289. with checksum '56FBA78FBB7371A3C2C7D52446939186'
  290. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Chinese.locale'
  291. with checksum '209F2425E412C850CF0F9228C2DF2E03'
  292. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Chinese_Simplified.local
  293. e'
  294. with checksum '7B366FA1EBD030330CCE28B9D11890DF'
  295. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Croatian.locale'
  296. with checksum '7FE50B489D71F6329FFD7487A3BACF41'
  297. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Czech.locale'
  298. with checksum '5E01509D15D1AF57A88CEDD78F1AD05F'
  299. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Danish.locale'
  300. with checksum 'EF5589767D2386E5398A59F14D01594A'
  301. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Dutch.locale'
  302. with checksum '3E445A912D687AADFB6D6DADD0DD20E6'
  303. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Finnish.locale'
  304. with checksum '1D26188FB8418F60C730C0AF6962EE16'
  305. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.French.locale'
  306. with checksum '6BF47BC6F0A47A99DF86E63EA901CCB1'
  307. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Georgian.locale'
  308. with checksum '33C9040139C72F8B69FBA895E5774408'
  309. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.German.locale'
  310. with checksum 'F6B3EEC43DE3D2FCD690E7BBD8E883F4'
  311. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Greek.locale'
  312. with checksum '8F6D8E82F1AED9522DD5C7ADDD5347DF'
  313. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Hebrew.locale'
  314. with checksum 'F7D813945BA39A77D63F0C33A51F8308'
  315. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Hungarian.locale'
  316. with checksum '626857203C85420C7904AE513603A708'
  317. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Indonesian.locale'
  318. with checksum '22E7AEF6A77C4C5502AAAEDEA1CAC19A'
  319. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Italian.locale'
  320. with checksum '530A50B934217C917A000378F2C8AC5D'
  321. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Japanese.locale'
  322. with checksum 'E928528289726C44D7F8BF686CB8A8DB'
  323. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Korean.locale'
  324. with checksum '7DF64206B52D0D42758E289AB99DB3C8'
  325. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Polski.locale'
  326. with checksum 'E777D91EE8D5F87C726E46EF654DFC46'
  327. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Portuguese.locale'
  328. with checksum '2EDCDA738276210BFAEE08D91A2E6E44'
  329. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Russian.locale'
  330. with checksum 'B00C245D07E7C21D839446DC85A1902B'
  331. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Slovak.locale'
  332. with checksum 'B35AD6C180EFCA493B670FE2730DF7DD'
  333. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Spanish.locale'
  334. with checksum 'D180134889727F271553F24B186251C7'
  335. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Turkish.locale'
  336. with checksum 'CC263EFBCDF2F614A2675C2B1B8C6D69'
  337. Found 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\CCEnhancer-4.4-multilingual\locales\lang.Ukrainian.locale'
  338. with checksum 'DDD610D7C70F3A876F79A114D8FF6AD8'
  339. Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\ccenhancer.4.4\.sxs".
  340. Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\ccenhancer.4.4\.pin".
  341. The install of ccenhancer was NOT successful.
  342. Error while running 'C:\ProgramData\chocolatey\lib\ccenhancer\tools\chocolateyInstall.ps1'.
  343. See log for details.
  344. Moving 'C:\ProgramData\chocolatey\lib\ccenhancer'
  345. to 'C:\ProgramData\chocolatey\lib-bad\ccenhancer'
  346.  
  347. Chocolatey installed 0/1 package(s). 1 package(s) failed.
  348. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  349. Failures:
  350. - ccenhancer
  351. Exiting with 1
  352. PS C:\WINDOWS\system32>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement