Brief description of your issue
I'm trying to install winget on a server2019 box to start eval if winget may be the right product to solve in issue we have (CDN kind of thing)
Steps to reproduce
install a server 2019 ( I used the en_windows_server_2019_updated_nov_2020_x64_dvd_8600b05f.iso media)
I then tried to install Winget using Add-AppxPackage .\desktop\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle
It gave me an Error about missing Visual C so I went to https://docs.microsoft.com/en-us/troubleshoot/cpp/c-runtime-packages-desktop-bridge#how-to-install-and-update-desktop-framework-packages and downloaded the X64 package.
That package was installed with Add-AppxPackage .\desktop\Microsoft.VCLibs.x64.14.00.Desktop.appx
After that the Add-AppxPackage .\desktop\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle ran without any errors
The system was rebooted and now I expected winget to work in a cmd window. It does not.
C:\Users\Administrator>winget
'winget' is not recognized as an internal or external command,
operable program or batch file.
to verify that the exe is missing
C:>dir /S winget.*
Volume in drive C has no label.
Volume Serial Number is 0AE8-B414
File Not Found
C:>
Expected behavior
winget starting
Actual behavior
See reproduce
Environment
Server 2019
Build: 17763.1577
Server installed for this test so only server 2019 iso (desktop experience) + Microsoft.VCLibs.x64.14.00.Desktop.appx + Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle installed
User: Administrator
Stand-alone server so no GPO or desired state
Brief description of your issue
I'm trying to install winget on a server2019 box to start eval if winget may be the right product to solve in issue we have (CDN kind of thing)
Steps to reproduce
install a server 2019 ( I used the en_windows_server_2019_updated_nov_2020_x64_dvd_8600b05f.iso media)
I then tried to install Winget using Add-AppxPackage .\desktop\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle
It gave me an Error about missing Visual C so I went to https://docs.microsoft.com/en-us/troubleshoot/cpp/c-runtime-packages-desktop-bridge#how-to-install-and-update-desktop-framework-packages and downloaded the X64 package.
That package was installed with Add-AppxPackage .\desktop\Microsoft.VCLibs.x64.14.00.Desktop.appx
After that the Add-AppxPackage .\desktop\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle ran without any errors
The system was rebooted and now I expected winget to work in a cmd window. It does not.
C:\Users\Administrator>winget
'winget' is not recognized as an internal or external command,
operable program or batch file.
to verify that the exe is missing
C:>dir /S winget.*
Volume in drive C has no label.
Volume Serial Number is 0AE8-B414
File Not Found
C:>
Expected behavior
winget starting
Actual behavior
See reproduce
Environment
Server 2019
Build: 17763.1577
Server installed for this test so only server 2019 iso (desktop experience) + Microsoft.VCLibs.x64.14.00.Desktop.appx + Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle installed
User: Administrator
Stand-alone server so no GPO or desired state