Forum Discussion
egor1893
Dec 06, 2023Copper Contributor
App installation with PowerShell and winget
Hello, I'm trying to install a Visual C++ Redistributable package with winget. The first problem I had was that "App Installer" wasn't installed on the devices so I installed it via the "Add-AppxPac...
Dec 07, 2023
Depends on how you install the app... i am going to assume it is delivered from the system context
Take a look at this website as it provides the powershell script you need. As you need to define the path to the winget executable... otherwise you will get the error you mentioned
https://call4cloud.nl/2021/05/cloudy-with-a-chance-of-winget/#part3
Take a look at this website as it provides the powershell script you need. As you need to define the path to the winget executable... otherwise you will get the error you mentioned
https://call4cloud.nl/2021/05/cloudy-with-a-chance-of-winget/#part3