You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
On the doc page parameter passing is used with =
From the page: Just pass --install-directory=value along while on the gif there is no = sign.
I have tried to specify the install directory with both without any luck. I have also tried to use all the others like --installdir, every single time I got the following error.
PS D:\> choco install chocolatey --installdirectory 'myfolder'
Chocolatey v0.10.1
Installing the following packages:
chocolatey;--installdirectory;myfolder
By installing you accept licenses for the packages.
chocolatey v0.10.1 already installed.
Use --force to reinstall, specify a version to install, or try upgrade.
--installdirectory not installed. The package was not found with the source(s) listed.
If you specified a particular version and are receiving this message, it is possible that the package name exists but t
he version does not.
Version: ""
Source(s): "https://chocolatey.org/api/v2/"
myfolder not installed. The package was not found with the source(s) listed.
If you specified a particular version and are receiving this message, it is possible that the package name exists but t
he version does not.
Version: ""
Source(s): "https://chocolatey.org/api/v2/"
Chocolatey installed 0/3 packages. 2 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Warnings:
- chocolatey - chocolatey v0.10.1 already installed.
Use --force to reinstall, specify a version to install, or try upgrade.
Failures
- myfolder - myfolder not installed. The package was not found with the source(s) listed.
If you specified a particular version and are receiving this message, it is possible that the package name exists but t
he version does not.
Version: ""
Source(s): "https://chocolatey.org/api/v2/"
- --installdirectory - --installdirectory not installed. The package was not found with the source(s) listed.
If you specified a particular version and are receiving this message, it is possible that the package name exists but t
he version does not.
Version: ""
Source(s): "https://chocolatey.org/api/v2/"
PS D:\>
The text was updated successfully, but these errors were encountered:
Did you happen to notice that the documentation states licensed versions only? It might be helpful if we detected you passing this parameter and passed a proper error code to reduce confusion.
On the doc page parameter passing is used with
=
From the page: Just pass
--install-directory=value
along while on the gif there is no=
sign.I have tried to specify the install directory with both without any luck. I have also tried to use all the others like
--installdir
, every single time I got the following error.The text was updated successfully, but these errors were encountered: