pine / chocolatey-packages

My Chocolatey packages
https://chocolatey.org/profiles/pine613
2 stars 3 forks source link

Fix VB 5.0 Runtime bugs #1

Closed pine closed 9 years ago

pine commented 9 years ago

Please fix this and re-submit:

The dependency should be changed to “autohotkey.portable”. The autohotkey_l packages are deprecated. Does the installer offer no silent installation and is autohotkey really required here? The installation fails with an error:

vb5runtime v5.0

Write-Error : vb5runtime did not finish successfully. Boo to the chocolatey gods!

[ERROR] The term 'NewItem' is not recognized as the name of a cmdlet, function, script file, or operable program. Check

the spelling of the name, or if a path was included, verify that the path is correct and try again.

At C:\ProgramData\chocolatey\chocolateyinstall\helpers\functions\Write-ChocolateyFailure.ps1:30 char:3
+ Write-Error $errorMessage
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Write-Error

Write-Error : Package 'vb5runtime v5.0' did not install successfully: The term 'NewItem' is not recognized as the name
of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, ver
ify that the path is correct and try again.
At C:\ProgramData\chocolatey\chocolateyinstall\functions\Chocolatey-NuGet.ps1:90 char:17
+ Write-Error "Package `'$installedPackageName v$installedPackageV ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Write-Error