Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
1 answer
83 views

I am managing an internal, private repository of Chocolatey packages at my workplace. My final goal is for all those packages to be silently installable, as manually clicking through wizards on a ...
Joshua Schroijen's user avatar
0 votes
1 answer
114 views

I have a dockerfile with the following contents: FROM mcr.microsoft.com/windows/servercore:ltsc2022 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $...
Matt M's user avatar
  • 1,480
0 votes
1 answer
166 views

I am having an issue creating a Chocolatey package based on a Qt Installer Framework installer .exe (for which I want to use an installation script called silent_installer.js). The goal is to make the ...
Joshua Schroijen's user avatar
1 vote
1 answer
100 views

I'm trying to find the default install location of chocolatey packages. So I tried this : PS C:\> . $env:ChocolateyInstall\lib\chocolatey-core.extension\extensions\Get-AppInstallLocation.ps1 PS C:\&...
SebMa's user avatar
  • 4,965
0 votes
1 answer
103 views

I successfully integrated MATLAB & R in macOS with Homebrew and Xcode Build Server (Apple Silicon). I made a step-by-step for that. However, I am failing when trying to do the same in Windows 10, ...
Paula's user avatar
  • 701
0 votes
0 answers
35 views

I have a self-hosted nexus server on my network. Windows 11 clients have chocolatey version 1.1.0 installed. I try to automate package deployment on my clients my chocolatey.config has the following ...
Khalil TABBAL's user avatar
0 votes
1 answer
87 views

I need to uninstall a package that is not finding the correct software registry key. I want to override the package parameter for 'softwareName'. Here is the command I'm using: choco uninstall -d ...
dnvn's user avatar
  • 13
0 votes
0 answers
98 views

As I again somehow destroyed the linking? pathing? (seemed so because there were too many sources), I am once again reinstalling python completely after I remove almost everything I can find that is ...
Maynority's user avatar
0 votes
1 answer
3k views

I am trying to install .NET Framework 4.8.1 using Powershell script in Windows Server 2022 Datacenter. Can I install using Chocolatey (https://chocolatey.org/install.ps1). Please guide me with ...
Izzy's user avatar
  • 37
-1 votes
1 answer
62 views

i created this script which installs chocolatey and previous in the script "selected" packages (deselection happens with the #). now i want to customize the script in a way that allows to ...
sanjacob's user avatar
2 votes
1 answer
1k views

I am using Chocolatey v2.3.0 Professional on Windows 11. The package in question is Obsidian. I had Obsidian 1.6.7 installed. Attempting to upgrade it without any options resulted in chocolatey saying ...
shridhar singh's user avatar
1 vote
1 answer
196 views

I have installed (via chocolatey) geany-plugins on geany 2.0 on windows. The plugins are aparently installed, but the list of available plugins in Tools->Plugin Manager does not reflect them: I ...
Sina NAKHOSTIN's user avatar
0 votes
1 answer
504 views

I'm trying to install screenpipe on Windows. The installation steps are the following: Install dependencies using Chocolatey: choco install ffmpeg pkgconfiglite rust git ✔️ Clone the repository: git ...
Rok Benko's user avatar
  • 23.7k
0 votes
1 answer
71 views

If the msi is included in the choco package, is $packageArgs.checksum the msi checksum? Is this checksum only required if the msi is downloaded off the internet? Does choco install use this checksum ...
lee23's user avatar
  • 439
0 votes
1 answer
57 views

do I check to see if the package is already installed with choco list command in the chocolateybeforemodify script and then uninstall it if it's found? But how can I determine if the beforemodify ...
lee23's user avatar
  • 439

15 30 50 per page
1
2 3 4 5
46