echizenryoma / Chocolatey-Package

Auto Chocolatey Package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x64dbg.portable installation fails

SecTec opened this issue · comments

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'.

Please tell me your OS version, powershell version, and detail choco logs (%ChocolateyInstall%\logs\chocolatey.log).

winver
Windows 7 Ultimate
Version 6.1 (Build 7601: Service Pack 1)

PS C:\Users\user> $PSVersionTable.PSVersion

Major  Minor  Build  Revision
-----  -----  -----  --------
2      0      -1     -1

chocolatey.log

OK. I try to be compatible with Win7. I had uploaded x64dbg.portable 20190702.1606.2. Please wait for more than 30 minutes before attempting to install from the site.

Hi,
thanks for the quick reaction, but now I get the this error:

C:\Windows\system32>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.2... 100%

x64dbg.portable v20190702.1606.2 [Approved]
x64dbg.portable package files install completed. Performing other installation steps.
ERROR: Cannot validate argument on parameter 'Name'. The argument is null or empty. Supply an argument that is not null or empty and then try the command again.

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.

EDIT:
chocolatey.log

Hi, now the following error occures:

C:\Windows\system32> choco install x64dbg.portable --source "C:\Users\user\x64dbg.portable" -y --notsilent

Chocolatey v0.10.15
Installing the following packages:
x64dbg.portable
By installing you accept licenses for the packages.

x64dbg.portable v20190702.1606
x64dbg.portable package files install completed. Performing other installation steps.
ERROR: Cannot validate argument on parameter 'Name'. The argument is null or empty. Supply an argument that is not null or empty and then try the command again.

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.

chocolatey.log

Installed from this provided source
x64dbg.portable.zip

EDIT:
I have the package "Google Chrome" installed and it works on Win 7 SP 1 with my version of PoSH. Here is the link to the working chocolateyInstall.ps1.

source
x64dbg.portable.zip

I try to install it in my Windows 2008 R2(=Windows 7).

image

Yay, the last one worked.
Thank you very much.