Git Product home page Git Product logo

chocolatey-package's People

Contributors

berknam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

larymao berknam

chocolatey-package's Issues

x64dbg.portable installation fails

Hi,

when installing the x64dbg.portable package I get the following output:

$> choco install x64dbg.portable -y --notsilent


Chocolatey v0.10.15
Installing the following packages:
x64dbg.portable
By installing you accept licenses for the packages.
Progress: Downloading x64dbg.portable 20190702.1606... 100%

x64dbg.portable v20190702.1606 [Approved]
x64dbg.portable package files install completed. Performing other installation steps.
ERROR: A parameter cannot be found that matches parameter name 'File'.
The install of x64dbg.portable was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\x64dbg.portable\tools\ChocolateyInstall.ps1'.
 See log for details.

Chocolatey installed 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - x64dbg.portable (exited -1) - Error while running 'C:\ProgramData\chocolatey\
lib\x64dbg.portable\tools\ChocolateyInstall.ps1'.
 See log for details.

This line is also the only error shown in the log file worth to mention.
ERROR: A parameter cannot be found that matches parameter name 'File'.

x64dbg.portable outdated and old snapshot removed from upstream

    virtualbox-iso: Software installed to 'C:\ProgramData\chocolatey\lib\ghidra'
    virtualbox-iso: Progress: Downloading x64dbg.portable 20190817.1748... 100%
    virtualbox-iso:
    virtualbox-iso: x64dbg.portable v20190817.1748 [Approved]
    virtualbox-iso: x64dbg.portable package files install completed. Performing other installation steps.
    virtualbox-iso: Attempt to get headers for https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_2019-08-17_17-48.zip failed.
    virtualbox-iso: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_2019-08-17_17-48.zip'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
    virtualbox-iso: Downloading x64dbg
    virtualbox-iso: from 'https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_2019-08-17_17-48.zip'
    virtualbox-iso: ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_2019-08-17_17-48.zip'. Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
    virtualbox-iso: This package is likely not broken for licensed users - see https://chocolatey.org/docs/features-private-cdn.
    virtualbox-iso: The install of x64dbg.portable was NOT successful.

I'm also going to file an issue upstream asking them to keep their old snapshot up a little longer.

Trying to contact you about one of your broken chocolatey pkg

Hi there !
I'm trying to contact you here even if this repository isn't directly related to the broken package because there doesn't seems to be any mail or other way to contact you, since i saw that you're active on this repo i'll try this way.

So, your package for x64dbg on the public chocolatey depot seems broken, I'm getting a checksum error when trying to install it.

On another note, it might be a good idea to update it too since it hasn't been done since the 4/4/2017 and plenty of new versions have been released since.

Anyway i hope you see this message, have a good day !

VSCode.portable - data folder should not be deleted when updating

Like the title says the "data" folder from vscode shouldn't be deleted. It contains all the user settings and installed extensions. We need to backup the folder before updating and then paste it again.

If you change this line in 'ChocolateyInstall.ps1' file:

Remove-Item $InstallationPath -Recurse -Force -ErrorAction Ignore

to

Get-ChildItem -Path $InstallationPath -Exclude data | Remove-Item -Recurse -Force -ErrorAction Ignore

Should fix it.

Bat To Exe converter

Hi,
are/were you the maintainer of the battoexeconverter package? The chocolatey listing points to a missing subfolder in this repo, so i don't know if i'm in the right place..
If i am, could you please restore and/or update the package? The developer (FK) released one final version, v3.2.0, you can easily check online (and download it from anywhere).
The original github project is dead, but in the sidebar there's an ipfs link that takes to a page with the download link for that exact version.

The new location for the author's software, including the one in question, is this zeronet space (requires Zeronet).

Thank you for your attention

(jdk.portable) broken for powershell v2

Hi. Thanks for maintaining this package.

I am running into an error when trying to install on a system with PowerShell v2 due to the use of the -file switch on Get-ChildItem. Could you change the three lines to remove the -file and pipe the results of the gci to Where-Object { !$_.PSIsContainer }? That shouldn't hurt the functionality for systems with newer versions of PoSh, but will help those on older versions.

Thanks!

vscode.portable installer drops tools folder into root of C:\

expected:

should install to $chocopath\tools\

actual:

installs to C:\tools\

environment

not sure what else I should add, but $psversiontable outputs:

Name                           Value
----                           -----
PSVersion                      5.1.19041.1
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.19041.1
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

vscode.portable - Unable to create shortcut on Public Desktop

A recent install of the vscode.portable package has a warning about it not creating the shortcut on the public desktop.

2021-06-18 18:40:20,826 5728 [DEBUG] - Running Install-ChocolateyShortcut -shortcutFilePath 'C:\Users\Public\Desktop\Visual Studio Code.lnk' -targetPath 'C:\tools\vscode\Code.exe' -workingDirectory 'C:\tools\vscode' 
2021-06-18 18:40:20,829 5728 [DEBUG] - Creating Shortcut...
2021-06-18 18:40:21,288 5728 [WARN ] - WARNING: Unable to create shortcut. Error captured was Unable to save shortcut "C:\Users\Public\Desktop\Visual Studio Code.lnk"..

We are using this portable version because it is a somewhat locked down enterprise environment. Is there any way to find out why it was not able to create the shortcut? Note that the user ran this in a non-elevated PowerShell command prompt. I expected this to work as the user is able to open the public desktop folder and create shortcuts manually.

x64dbg - Failed to save settings

image

x64dbg tries to save its configuration under the path C:\ProgramData\chocolatey\lib\x64dbg.portable\tools\release\. However the user does not have write permissions. I managed it by changing the folder rights manually. Unfortunately at every choco update, the rights return as before ;-(

x64dbg.portable causes HTTP 404

The package x64dbg.portable references the following URL:

https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_2018-12-30_23-09.zip

Requesting this file causes a HTTP 404 and causes package install to fail. The package should be updated to point to the newest release ZIP.

x64dbg - Additional executables getting shimmed

When installing x64dbg, loaddll gets shimmed twice, which is probably unintended, since it really only is useful for the application it was made for. Might be necessary to ignore loaddll at the script runtime, so it doesn't get shimmed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.