-
We've seen some customer interest in having an MSI method for installation of Chocolatey (and eventually the related packages and services), but it would be great to gather some data on what users want out of it! Current Plan: Chocolatey
Sample Usage
# Basic silent install
msiexec /qn /i C:\Temp\Chocolatey-1.1.0.msi /l*v C:\Temp\chocolateyInstall.log ACCEPTLICENSE=YES
# Specify a different location to install to
msiexec /qn /i C:\Temp\Chocolatey-1.1.0.msi ACCEPTLICENSE=YES INSTALLDIR='C:\Some\Directory\Choco' What do you think? Is there anything missing? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Yup, which is why this is a larger conversation.
Which would relegate the |
Beta Was this translation helpful? Give feedback.
-
Just to be clear, the discussion here is just for Chocolatey CLI and not Licensed Extension or CCM. That isn't to say they woul come along at a later date, but for any initial release it would be just CLI.
We would suggest that you create a license package and distribute it that way. The docs I provided link to the solution for the Chocolatey For Business Azure Environment and was to demonstrate the concept. If you are going to follow them verbatim, you will need to amend them accordingly. |
Beta Was this translation helpful? Give feedback.
-
We have published a Chocolatey CLI MSI for version 2.0.0. We'll publish an MSI for future stable releases only. We'll also be looking to create MSI versions of other Chocolatey products in future. The Chocolatey CLI MSI is also being used for the WinGet package. As this is now complete, I'll go ahead and close it. |
Beta Was this translation helpful? Give feedback.
We have published a Chocolatey CLI MSI for version 2.0.0. We'll publish an MSI for future stable releases only. We'll also be looking to create MSI versions of other Chocolatey products in future.
The Chocolatey CLI MSI is also being used for the WinGet package.
As this is now complete, I'll go ahead and close it.