Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

kdpuvvadi/CodecWinGet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codec WinGet

Requirements

WingetCreate

Install WinGetCreate with WinGet package manager

WinGet install wingetcreate

Download the binary directly

Invoke-WebRequest https://aka.ms/wingetcreate/latest -OutFile ./wingetcreate.exe

Nevergreen

Install Nevergreen Powershell module

Install-Module -Name Nevergreen

Package Details with Nevergreen

Get Latest details of package

Get-NevergreenApp -Name KLiteCodecPack

To get details of specific channel such as Basic in K-Lite Codec Pack

Get-NevergreenApp -Name KLiteCodecPack | Where-Object {$_.Channel -eq "Basic"}

Note: Powershell should be in elevated mode.

Run

./app.ps1

About

Update K-Lite Codec Pack winget manifest

Topics

Resources

License

Stars

Watchers

Forks