Chocolatey Install Package Failing
问题 For those who are familiar with creating Chocolatey packages, can someone offer help to why this one isn't working? It packs, but when I test (install only package), it won't work. Here is the chocolateyinstall.ps1 file: $ErrorActionPreference = 'Stop'; # stop on all errors $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $fileLocation = Join-Path $toolsDir 'armcc.exe' $packagename = 'ARM_RVCT' $packageArgs = @{ packageName = $packageName unzipLocation = $toolsDir