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

Latest commit

 

History

History
47 lines (30 loc) · 819 Bytes

readme.md

File metadata and controls

47 lines (30 loc) · 819 Bytes

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