chocolatey Questions
3
Solved
I have just installed Chocolatey via PowerShell, I tried running PowerShell both as myself and as administrator, and if I try running choco or cinst I get the following error:
PS C:\> choco /?
...
Feinberg asked 25/12, 2014 at 21:9
3
Solved
I'm trying to install Chocolatey to use with PowerShell.
The recommended way to install it is copy and paste the following line.
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex...
Disorientate asked 8/2, 2013 at 11:5
5
I'm using Chocolatey (v0.9.8.27) as a package manager for Windows. I've installed multiple packages, and they all run fine, but for some reason Git isn't working.
The command I used was choco inst...
Scyros asked 4/8, 2014 at 23:49
3
Solved
Current observed behavior:
invoke VSCodeSetup.exe
install happens with no prompting
Code opens, which was a little surprising for a Windows package
I'm creating a Chocolatey package, and ideally,...
Seidule asked 30/4, 2015 at 16:35
1
Solved
It's pretty easy to build Chocolatey packages on a Windows machine. But, so far, I haven't found a documented way to build packages on Linux.
For example, how would I run choco.exe, a Windows exec...
Cerf asked 8/9, 2016 at 8:48
1
Solved
I've looked into C:\ProgramData\chocolatey\lib.
Each package I've installed has its own folder and some content like this:
C:.
| notepadplusplus.nupkg
|
\---tools
chocolateyInstall.ps1
But the...
Handmedown asked 17/7, 2016 at 12:50
1
Solved
I am trying to install a Chocolatey package from local. Since I want to be able to store all the "artifacts" in a disk and go to a PC and just type
choco install <pkgname> -s D:\External\cho...
Bough asked 3/2, 2016 at 5:56
1
Solved
I'm looking for some guidance on how I should be packaging my TopShelf hosted Windows service for distribution via Chocolatey. Currently the .nuspec puts the .exe and all .dlls into the \tools fold...
Kalie asked 29/1, 2016 at 23:27
1
Solved
I'm installing Python 2.7.11 using Chocolatey, which installs into C:\tools\python2:
choco install python2 -y
Is there any way I can get Python to install into C:\Python27 instead?
Mazel asked 3/1, 2016 at 21:48
1
Solved
I am trying to remove some verbosity from a choco install command within AppVeyor. Here is what I been trying (as suggested here):
if (Test-Path "C:/ProgramData/chocolatey/bin/swig.exe") {
echo "...
Knotted asked 30/12, 2015 at 11:25
2
Solved
Chocolatey's package repository shows two popular packages for installing Git:
https://chocolatey.org/packages/git
https://chocolatey.org/packages/git.install
What's the difference between thes...
Dupery asked 5/2, 2015 at 21:56
1
Solved
According to the Windows installation rules, programs should be installed to
C:\Program Files (64-bit program / x86-64) or C:\Program Files (x86) (32-bit program / x86). The program is copied into ...
Ectomere asked 15/9, 2015 at 20:15
2
Solved
Can I put an MSI file or ISO image into a Chocolatey package?
So when I choco install foo, it won't download the MSI from another URL, but take the file from inside the package?
Taken asked 18/8, 2015 at 20:12
1
Solved
I have virtualbox 4.3.28 installed. I'd like to downgrade to virtualbox 4.3.26 Is it possible to downgrade without uninstalling/reinstalling?
Salvucci asked 6/7, 2015 at 20:34
1
Solved
I just installed elixir via chocolatey on my Windows 7 machine. At the root of the C directory, inside of an Administrator command prompt, I ran:
c:\> cinst elixir
This successfully installed...
Aeromechanic asked 25/6, 2015 at 15:51
1
Solved
How does Chocolatey determine which packages are installed on the local system?
Somehow choco list -localonly lists packages installed locally and invokes nuget.exe in the process. In NuGet I know...
Heliostat asked 17/6, 2015 at 15:44
2
Solved
I used to be able to call cup all and have my applications update. Now, it asks for yes to ensure that I want to install the selected package. Is there a way I can have everything auto update witho...
Tergal asked 26/4, 2015 at 3:38
1
I am trying to create a chocolatey package. I initially created a version that did not have any dependencies and I simply put an exe file in the tools/bin directory and then made a simple nuspec fi...
Philology asked 21/5, 2015 at 20:8
1
Solved
When I want to install packages like vagrant with chocolatey, I get the message:
The package vagrant wants to run 'chocolateyInstall.ps1'. Note: If you
don't run this script, the install...
Moller asked 12/5, 2015 at 18:4
1
Solved
Chocolatey adds any .exe it finds in my package install directory to the path (step #3 in the wiki). How do I disable this for a given .exe in my package? The .exe is a Windows Service and there is...
Thalassography asked 19/3, 2015 at 18:3
2
Solved
I am looking to find out the current Chocolatey installation path using PowerShell.
Masquerade asked 30/1, 2015 at 11:54
2
Solved
NOTE: This question was valid for Chocolatey 0.9.8 and bellow. Later versions are completely rewritten from PowerShell scripts to a C# application and whole process of package management was improv...
Ette asked 11/11, 2014 at 17:21
1
Solved
I'm attempting to upgrade the 1password Chocolatey package to point to the latest version. Here are the steps I took:
I downloaded the package from http://chocolatey.org/packages/1password.
I ope...
Steelwork asked 26/9, 2014 at 2:53
1
I am having trouble setting up yeoman. I keep getting this error when trying to install certain packages (yeoman, compass). While, other packages install fine (git, python).
External packages ca...
Oviposit asked 12/7, 2014 at 7:42
1
Solved
Is Chocolatey a higher version of NuGet or a different package manager? Where should I put my open source application? NuGet or Chocolatey?
Madigan asked 9/7, 2014 at 19:47
© 2022 - 2024 — McMap. All rights reserved.