-
Notifications
You must be signed in to change notification settings - Fork 932
Open
1 / 11 of 1 issue completedOpen
1 / 11 of 1 issue completed
Copy link
Labels
0 - BacklogCustomerImprovementIssues that enhances existing functionality, or adds new featuresIssues that enhances existing functionality, or adds new features
Description
Checklist
- I have verified this is the correct repository for opening this issue.
- I have verified no other issues exist related to my request.
Is Your Feature Request Related To A Problem? Please describe.
When creating packages that contain a .cab
or .msixbundle
file, the work of installing the files needs to be done in the script. Chocolatey CLI has support for natively installing other file types, which makes that work unnecessary for those file types.
Describe The Solution. Why is it needed?
Add support for .cab
and .msixbundle
file types so that that packages can be created with choco new
and they can be installed using the traditional Install-ChocolateyPackage
and Install-ChocolateyInstallPackage
functions / cmdlets.
Additional Context
- This was suggested by a customer during a call.
Related Issues
No response
- MSIX
- Microsoft Cabinet files (.CAB)
- Bundle of MSIX files (.MSIXBUNDLE)
- Microsoft Patch files (.MSP)
- Microsoft Update files (.MSU)
steviecoaster, pauby, ferventcoder, oed-pelza and gep13
Sub-issues
Metadata
Metadata
Assignees
Labels
0 - BacklogCustomerImprovementIssues that enhances existing functionality, or adds new featuresIssues that enhances existing functionality, or adds new features