Skip to content

Instantly share code, notes, and snippets.

@dtgm
Created May 27, 2016 23:17
Show Gist options
  • Save dtgm/a67a74d9c2a150dd1cc126ac8c71912c to your computer and use it in GitHub Desktop.
Save dtgm/a67a74d9c2a150dd1cc126ac8c71912c to your computer and use it in GitHub Desktop.
Get-ChocolateyWebFile failing with dropbox URLs e.g. https://dl.dropboxusercontent.com/u/109652660/MiscTools.zip
PS C:\WINDOWS\system32> cinst suwatchapp -ydv
Chocolatey v0.9.10-beta1-352-gc443f48 Professional
Chocolatey is running on Windows v 10.0.10586.0
Attempting to delete file "C:/ProgramData/chocolatey/choco.exe.old".
Attempting to delete file "C:\ProgramData\chocolatey\choco.exe.old".
Command line: "C:\ProgramData\chocolatey\choco.exe" install suwatchapp -ydv
Received arguments: install suwatchapp -ydv
The source 'https://licensedpackages.chocolatey.org/api/v2/;https://chocolatey.org/api/v2/' evaluated to a 'normal' source type
NOTE: Hiding sensitive configuration data! Please double and triple
check to be sure no sensitive data is shown, especially if copying
output to a gist for review.
Configuration: LicensedInformation.LicenseType='Professional'|
LicensedInformation.LicenseIsValid='True'|
LicensedInformation.LicenseUserName='Adam Shrode (a[at REDACTED])'|
LicensedInformation.LicenseExpirationDate='2017-05-04 00:00:00'|
LicensedInformation.LicensedVersion='1.3.1.0'|
LicensedInformation.LicensedProductVersion='1.3.1'|
LicensedFeatures.UseDownloadCache='True'|
VirusConfiguration.VirusCheckMinimumPositives='5'|
VirusConfiguration.VirusScannerType='VirusTotal'|
VirusConfiguration.GenericVirusScannerArgs='[[File]]'|
VirusConfiguration.GenericVirusScannerValidExitCodes='0'|
CommandName='install'|
CacheLocation='C:\Users\Adam\AppData\Local\Temp\chocolatey'|
ContainsLegacyPackageInstalls='True'|
CommandExecutionTimeoutSeconds='2700'|WebRequestTimeoutSeconds='45'|
Sources='https://licensedpackages.chocolatey.org/api/v2/;https://chocolatey.org/api/v2/'|
SourceType='normal'|Debug='True'|Verbose='True'|Force='False'|
Noop='False'|HelpRequested='False'|RegularOutput='True'|
QuietOutput='False'|PromptForConfirmation='False'|AcceptLicense='True'|
AllowUnofficialBuild='False'|Input='suwatchapp'|AllVersions='False'|
SkipPackageInstallProvider='False'|PackageNames='suwatchapp'|
Prerelease='False'|ForceX86='False'|OverrideArguments='False'|
NotSilent='False'|IgnoreDependencies='False'|
AllowMultipleVersions='False'|AllowDowngrade='False'|
ForceDependencies='False'|Information.PlatformType='Windows'|
Information.PlatformVersion='10.0.10586.0'|
Information.PlatformName='Windows'|
Information.ChocolateyVersion='0.9.10.0'|
Information.ChocolateyProductVersion='0.9.10-beta1-352-gc443f48'|
Information.FullName='choco, Version=0.9.10.0, Culture=neutral, PublicKeyToken=79d02ea9cad655eb'|
Information.Is64Bit='True'|Information.IsInteractive='True'|
Information.IsUserAdministrator='True'|
Information.IsProcessElevated='True'|
Information.IsLicensedVersion='True'|Features.AutoUninstaller='True'|
Features.CheckSumFiles='True'|Features.FailOnAutoUninstaller='False'|
Features.FailOnStandardError='False'|Features.UsePowerShellHost='True'|
Features.LogEnvironmentValues='False'|Features.VirusCheck='True'|
Features.FailOnInvalidOrMissingLicense='False'|
Features.IgnoreInvalidOptionsSwitches='True'|
Features.UsePackageExitCodes='True'|ListCommand.LocalOnly='False'|
ListCommand.IncludeRegistryPrograms='False'|ListCommand.PageSize='25'|
ListCommand.Exact='False'|ListCommand.ByIdOnly='False'|
ListCommand.IdStartsWith='False'|ListCommand.OrderByPopularity='False'|
ListCommand.ApprovedOnly='False'|
ListCommand.DownloadCacheAvailable='False'|
ListCommand.NotBroken='False'|UpgradeCommand.FailOnUnfound='False'|
UpgradeCommand.FailOnNotInstalled='False'|
UpgradeCommand.NotifyOnlyAvailableUpgrades='False'|
NewCommand.AutomaticPackage='False'|SourceCommand.Command='unknown'|
SourceCommand.Priority='0'|FeatureCommand.Command='unknown'|
ConfigCommand.Command='unknown'|PinCommand.Command='unknown'|
_ Chocolatey:ProChocolateyInstallCommand - Normal Run Mode _
Installing the following packages:
suwatchapp
By installing you accept licenses for the packages.
[NuGet] Installing 'suwatchapp 0.1.0.0'.
[NuGet] Added file 'chocolateyInstall.ps1' to folder 'suwatchapp\tools'.
[NuGet] Added file 'suwatchapp.nuspec' to folder 'suwatchapp'.
[NuGet] Added file 'suwatchapp.nupkg' to folder 'suwatchapp'.
[NuGet] Successfully installed 'suwatchapp 0.1.0.0'.
suwatchapp v0.1.0.0 - Possibly broken
Setting installer args and package parameters for suwatchapp
Contents of 'C:\ProgramData\chocolatey\lib\suwatchapp\tools\chocolateyInstall.ps1':
#try { #error handling is only necessary if you need to do anything in addition to/instead of the main helpers
# main helpers - these have error handling tucked into them so they become the only line of your script if that is all you need.
# installer, will assert administrative rights
#Install-ChocolateyPackage '__NAME__' 'EXE_OR_MSI' 'SILENT_ARGS' 'URL' '64BIT_URL_DELETE_IF_NO_64BIT'
# "/s /S /q /Q /quiet /silent /SILENT /VERYSILENT" # try any of these to get the silent installer
# msi is always /quiet
# For the URL, you can use an http:// URL or a network share using the UNC format (\\server\share).
# download and unpack a zip file
Install-ChocolateyZipPackage 'suwatchapp' 'https://dl.dropboxusercontent.com/u/109652660/MiscTools.zip' "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
# other helpers - using any of these means you want to uncomment the error handling up top and at bottom.
# downloader that the main helpers use to download items
#Get-ChocolateyWebFile '__NAME__' 'DOWNLOAD_TO_FILE_FULL_PATH' 'URL' '64BIT_URL_DELETE_IF_NO_64BIT'
# installer, will assert administrative rights - used by Install-ChocolateyPackage
#Install-ChocolateyInstallPackage '__NAME__' 'EXE_OR_MSI' 'SILENT_ARGS' '_FULLFILEPATH_'
# unzips a file to the specified location - auto overwrites existing content
#Get-ChocolateyUnzip "FULL_LOCATION_TO_ZIP.zip" "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
# Runs processes asserting UAC, will assert administrative rights - used by Install-ChocolateyInstallPackage
#Run-ChocolateyProcessAsAdmin 'STATEMENTS_TO_RUN' 'Optional_Application_If_Not_PowerShell'
# add specific folders to the path - any executables found in the chocolatey package folder will already be on the path. This is used in addition to that or for cases when a native installer doesn't add thing
s to the path.
#Install-ChocolateyPath 'LOCATION_TO_ADD_TO_PATH' 'User_OR_Machine' # Machine will assert administrative rights
# add specific files as shortcuts to the desktop
#$target = Join-Path $MyInvocation.MyCommand.Definition '__NAME__.exe'
#Install-ChocolateyDesktopLink $target
#------- ADDITIONAL SETUP -------#
# make sure to uncomment the error handling if you have additional setup to do
#$processor = Get-WmiObject Win32_Processor
#$is64bit = $processor.AddressWidth -eq 64
# the following is all part of error handling
#Write-ChocolateySuccess '__NAME__'
#} catch {
#Write-ChocolateyFailure '__NAME__' "$($_.Exception.Message)"
#throw
#}
Calling built-in PowerShell host with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\ProgramData\chocola
tey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\suwatchapp\tools\chocolateyInstall.ps1' -installArguments ''
-packageParameters ''']
Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by ''
Attempting to load assembly System.Management.Automation.resources failed:
Could not load file or assembly 'System.Management.Automation.resources, Version=5.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Attempting to load assembly System.Management.Automation.resources failed:
Could not load file or assembly 'System.Management.Automation.resources, Version=4.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Attempting to load assembly System.Management.Automation.resources failed:
Could not load file or assembly 'System.Management.Automation.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Attempting to load assembly System.Management.Automation.resources failed:
Could not load file or assembly 'System.Management.Automation.resources, Version=1.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Host version is 0.9.10.0, PowerShell Version is '5.0.10586.122' and CLR Version is '4.0.30319.42000'.
Loading community extensions
Importing 'C:\ProgramData\chocolatey\extensions\chocolatey\chocolatey.extensions.psm1'
VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey\chocolatey.extensions.psm1'.
Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-uninstall\Get-UninstallRegistryKey.psm1'
VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-uninstall\Get-UninstallRegistryKey.psm1'.
VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
VERBOSE: Importing function 'Get-UninstallRegistryKey'.
Importing 'C:\ProgramData\chocolatey\extensions\chocolatey\chocolatey.licensed.dll'
Loading 'chocolatey.licensed' extension.
VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey\chocolatey.licensed.dll'.
VERBOSE: Importing cmdlet 'Get-ChocolateyWebFileCmdlet'.
VERBOSE: Importing cmdlet 'Get-VirusCheckValidCmdlet'.
VERBOSE: Importing cmdlet 'Get-WebFileCmdlet'.
VERBOSE: Importing cmdlet 'Get-WebFileNameCmdlet'.
VERBOSE: Importing cmdlet 'Get-WebHeadersCmdlet'.
VERBOSE: Importing cmdlet 'Install-ChocolateyInstallPackageCmdlet'.
VERBOSE: Importing cmdlet 'Install-ChocolateyPackageCmdlet'.
VERBOSE: Exporting function 'Format-FileSize'.
VERBOSE: Exporting function 'Get-ChecksumValid'.
VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
VERBOSE: Exporting function 'Get-EnvironmentVariable'.
VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
VERBOSE: Exporting function 'Get-FtpFile'.
VERBOSE: Exporting function 'Get-ProcessorBits'.
VERBOSE: Exporting function 'Get-ToolsLocation'.
VERBOSE: Exporting function 'Get-UACEnabled'.
VERBOSE: Exporting function 'Get-VirusCheckValid'.
VERBOSE: Exporting function 'Get-WebFile'.
VERBOSE: Exporting function 'Get-WebFileName'.
VERBOSE: Exporting function 'Get-WebHeaders'.
VERBOSE: Exporting function 'Install-BinFile'.
VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
VERBOSE: Exporting function 'Install-ChocolateyPackage'.
VERBOSE: Exporting function 'Install-ChocolateyPath'.
VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
VERBOSE: Exporting function 'Install-Vsix'.
VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Set-EnvironmentVariable'.
VERBOSE: Exporting function 'Set-PowerShellExitCode'.
VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
VERBOSE: Exporting function 'Test-ProcessAdminRights'.
VERBOSE: Exporting function 'Uninstall-BinFile'.
VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
VERBOSE: Exporting function 'UnInstall-ChocolateyZipPackage'.
VERBOSE: Exporting function 'Update-SessionEnvironment'.
VERBOSE: Exporting function 'Write-ChocolateyFailure'.
VERBOSE: Exporting function 'Write-ChocolateySuccess'.
VERBOSE: Exporting function 'Write-FileUpdateLog'.
VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
VERBOSE: Exporting cmdlet 'Get-ChocolateyWebFileCmdlet'.
VERBOSE: Exporting cmdlet 'Get-VirusCheckValidCmdlet'.
VERBOSE: Exporting cmdlet 'Get-WebFileCmdlet'.
VERBOSE: Exporting cmdlet 'Get-WebFileNameCmdlet'.
VERBOSE: Exporting cmdlet 'Get-WebHeadersCmdlet'.
VERBOSE: Exporting cmdlet 'Install-ChocolateyInstallPackageCmdlet'.
VERBOSE: Exporting cmdlet 'Install-ChocolateyPackageCmdlet'.
VERBOSE: Exporting alias 'Generate-BinFile'.
VERBOSE: Exporting alias 'Add-BinFile'.
VERBOSE: Exporting alias 'Remove-BinFile'.
VERBOSE: Exporting alias 'refreshenv'.
VERBOSE: Importing cmdlet 'Get-ChocolateyWebFileCmdlet'.
VERBOSE: Importing cmdlet 'Get-VirusCheckValidCmdlet'.
VERBOSE: Importing cmdlet 'Get-WebFileCmdlet'.
VERBOSE: Importing cmdlet 'Get-WebFileNameCmdlet'.
VERBOSE: Importing cmdlet 'Get-WebHeadersCmdlet'.
VERBOSE: Importing cmdlet 'Install-ChocolateyInstallPackageCmdlet'.
VERBOSE: Importing cmdlet 'Install-ChocolateyPackageCmdlet'.
VERBOSE: Importing function 'Format-FileSize'.
VERBOSE: Importing function 'Get-ChecksumValid'.
VERBOSE: Importing function 'Get-ChocolateyUnzip'.
VERBOSE: Importing function 'Get-ChocolateyWebFile'.
VERBOSE: Importing function 'Get-EnvironmentVariable'.
VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
VERBOSE: Importing function 'Get-FtpFile'.
VERBOSE: Importing function 'Get-ProcessorBits'.
VERBOSE: Importing function 'Get-ToolsLocation'.
VERBOSE: Importing function 'Get-UACEnabled'.
VERBOSE: Importing function 'Get-UninstallRegistryKey'.
VERBOSE: Importing function 'Get-VirusCheckValid'.
VERBOSE: Importing function 'Get-WebFile'.
VERBOSE: Importing function 'Get-WebFileName'.
VERBOSE: Importing function 'Get-WebHeaders'.
VERBOSE: Importing function 'Install-BinFile'.
VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
VERBOSE: Importing function 'Install-ChocolateyPackage'.
VERBOSE: Importing function 'Install-ChocolateyPath'.
VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
VERBOSE: Importing function 'Install-ChocolateyShortcut'.
VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
VERBOSE: Importing function 'Install-Vsix'.
VERBOSE: Importing function 'Set-EnvironmentVariable'.
VERBOSE: Importing function 'Set-PowerShellExitCode'.
VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
VERBOSE: Importing function 'Test-ProcessAdminRights'.
VERBOSE: Importing function 'Uninstall-BinFile'.
VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
VERBOSE: Importing function 'UnInstall-ChocolateyZipPackage'.
VERBOSE: Importing function 'Update-SessionEnvironment'.
VERBOSE: Importing function 'Write-ChocolateyFailure'.
VERBOSE: Importing function 'Write-ChocolateySuccess'.
VERBOSE: Importing function 'Write-FileUpdateLog'.
VERBOSE: Importing alias 'Add-BinFile'.
VERBOSE: Importing alias 'Generate-BinFile'.
VERBOSE: Importing alias 'refreshenv'.
VERBOSE: Importing alias 'Remove-BinFile'.
Running 'ChocolateyScriptRunner' for suwatchapp v0.1.0.0 with packageScript 'C:\ProgramData\chocolatey\lib\suwatchapp\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\suwatchapp', inst
allArguments: '', packageParameters: '',
Running 'C:\ProgramData\chocolatey\lib\suwatchapp\tools\chocolateyInstall.ps1'
Running 'Install-ChocolateyZipPackage' for suwatchapp with url:'https://dl.dropboxusercontent.com/u/109652660/MiscTools.zip', unzipLocation: 'C:\ProgramData\chocolatey\lib\suwatchapp\tools', url64bit: '', speci
ficFolder: '', checksum: '', checksumType: '', checksum64: '', checksumType64: ''
Running 'Get-ChocolateyWebFile' for suwatchapp with url:'https://dl.dropboxusercontent.com/u/109652660/MiscTools.zip', fileFullPath:'C:\Users\Adam\AppData\Local\Temp\chocolatey\suwatchapp\0.1.0.0\suwatchappInst
all.zip', url64bit:'', checksum: '', checksumType: '', checksum64: '', checksumType64: ''
Running 'Get-ProcessorBits'
CPU is 64 bit
Running licensed 'Get-WebFileName' with url:'https://dl.dropboxusercontent.com/u/109652660/MiscTools.zip', defaultName:'suwatchappInstall.zip' userAgent:'chocolatey command line'
Setting the UserAgent to 'chocolatey command line'
Using header 'Content-Disposition' (inline; filename="MiscTools.zip"; filename*=UTF-8''MiscTools.zip) to determine file name.
File name determined from url is 'MiscTools.zip; filename*=UTF-8''MiscTools.zip'
Attempt to use original download file name failed for 'https://dl.dropboxusercontent.com/u/109652660/MiscTools.zip'.
Running licensed 'Get-WebHeaders' with url:'https://dl.dropboxusercontent.com/u/109652660/MiscTools.zip', userAgent:'chocolatey command line'
Setting the UserAgent to 'chocolatey command line'
Request Headers:
Accept=*/*
User-Agent=chocolatey command line
Response Headers:
Connection=keep-alive
x-robots-tag=noindex, nofollow, noimageindex
content-disposition=inline; filename="MiscTools.zip"; filename*=UTF-8''MiscTools.zip
content-security-policy=referrer no-referrer
x-dropbox-request-id=d33a687f0b86961626b327abd6a5bf38
pragma=public
x-content-security-policy=referrer no-referrer
x-webkit-csp=referrer no-referrer
X-Server-Response-Time=165
Accept-Ranges=bytes
Content-Length=1216986
Cache-Control=max-age=0
Content-Type=application/zip
Date=Fri, 27 May 2016 23:14:34 GMT
ETag=46n
Set-Cookie=uc_session=gaMrqvTYpD4xiFN3PWnhJkdkXqBhx9xJS7zzx3aQWnj3ORQQPn4pqGvp7oK9Y7Pr; Domain=dropboxusercontent.com; httponly; Path=/; secure
Server=nginx
ERROR: Exception calling ".ctor" with "1" argument(s): "Illegal characters in path."
at Get-ChocolateyWebFile, C:\ProgramData\chocolatey\helpers\functions\Get-ChocolateyWebFile.ps1: line 170
at Install-ChocolateyZipPackage, C:\ProgramData\chocolatey\helpers\functions\Install-ChocolateyZipPackage.ps1: line 103
at <ScriptBlock>, C:\ProgramData\chocolatey\lib\suwatchapp\tools\chocolateyInstall.ps1: line 9
at <ScriptBlock>, C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1: line 48
at <ScriptBlock>, <No file>: line 1
Built-in PowerShell host called with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = ''; & import-module -name 'C:\ProgramData\chocolat
ey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\suwatchapp\tools\chocolateyInstall.ps1' -installArguments ''
-packageParameters '''] exited with '-1'.
Calling command ['"C:\WINDOWS\System32\shutdown.exe" /a']
Command ['"C:\WINDOWS\System32\shutdown.exe" /a'] exited with '1116'
Capturing package files in 'C:\ProgramData\chocolatey\lib\suwatchapp'
Found 'C:\ProgramData\chocolatey\lib\suwatchapp\suwatchapp.nupkg'
with checksum '8A9109A8472198001ACD18C06C94A836'
Found 'C:\ProgramData\chocolatey\lib\suwatchapp\suwatchapp.nuspec'
with checksum '0F2F52A26F8287A39921213D21E996DA'
Found 'C:\ProgramData\chocolatey\lib\suwatchapp\tools\chocolateyInstall.ps1'
with checksum '2865FF78FCBEBA4FEBAF63BB2089A01A'
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\suwatchapp.0.1.0.0\.files.update".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\suwatchapp.0.1.0.0\.sxs".
Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\suwatchapp.0.1.0.0\.pin".
Attempting to delete directory "C:\ProgramData\chocolatey\lib-bad\suwatchapp".
Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
The install of suwatchapp was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\suwatchapp\tools\chocolateyInstall.ps1'.
See log for details.
Moving 'C:\ProgramData\chocolatey\lib\suwatchapp'
to 'C:\ProgramData\chocolatey\lib-bad\suwatchapp'
Attempting to delete file "C:\Users\Adam\AppData\Local\NuGet\Cache\suwatchapp.0.1.0.0.nupkg".
Chocolatey installed 0/1 package(s). 1 package(s) failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures:
- suwatchapp (exit code -1)
Exiting with -1
PS C:\WINDOWS\system32>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment