Giter Club home page Giter Club logo

Comments (16)

crramirez avatar crramirez commented on June 9, 2024 1

Thanks, I will look for it, or try to reduce the version dependency.

from fedora-remix-for-wsl.

crramirez avatar crramirez commented on June 9, 2024

Hello,

Thank you for reporting. We have had problems in renewing our certificate. I will update this issue when we had the newer and updated the package.

Regards,
Carlos

from fedora-remix-for-wsl.

ChristianStadelmann avatar ChristianStadelmann commented on June 9, 2024

Thank you for your answer!

from fedora-remix-for-wsl.

lukearndt avatar lukearndt commented on June 9, 2024

I had the same issue, and you helped me understand what was wrong. Thank you for reporting it so clearly - you saved me a lot of time!

As a temporary workaround, you could try changing your Windows system date to before the certificate expired. Doing that allowed me to install it on my system.

I returned the date back to normal after installing, and it continues to work. The earlier date just helped it pass the certificate check for the installer package.

from fedora-remix-for-wsl.

staticinvocation avatar staticinvocation commented on June 9, 2024

In the future, please consider timestamping releases (it prevents the signature from expiring when the cert expires).

from fedora-remix-for-wsl.

crramirez avatar crramirez commented on June 9, 2024

We generated a new package and also timestamped: https://github.com/WhitewaterFoundry/Fedora-Remix-for-WSL/releases/tag/1.31.10

from fedora-remix-for-wsl.

alexdyukov avatar alexdyukov commented on June 9, 2024

@crramirez could you provide link for new version of uwpdesktop we should use, because of microsoft help link: https://www.microsoft.com/en-us/download/details.aspx?id=53175
has lower version and i cannot install package manual:

PS C:\Users\Aleksandr.Dyukov\Downloads> Add-AppPackage .\Fedora-Remix-for-WSL_1.31.10.0_x64_arm64.appxbundle
Add-AppPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation.
Windows cannot install package WhitewaterFoundryLtd.Co.FedoraRemixforWSL_1.31.10.0_x64__zxdhfybd17krt because this package depends on a framework that could not be found.
 Provide the framework "Microsoft.VCLibs.140.00.UWPDesktop" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral
or x64 processor architecture and minimum version 14.0.27323.0, along with this package to install. The frameworks with name "Microsoft.VCLibs.140.00.UWPDesktop" currentl
y
Windows cannot install package WhitewaterFoundryLtd.Co.FedoraRemixforWSL_1.31.10.0_x64__zxdhfybd17krt because this package depends on a framework that could not be found.
 Provide the framework "Microsoft.VCLibs.140.00.UWPDesktop" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral
or x64 processor architecture and minimum version 14.0.27323.0, along with this package to install. The frameworks with name "Microsoft.VCLibs.140.00.UWPDesktop" currentl
y installed are: {}
NOTE: For additional information, look for [ActivityId] 5bec70ba-bb37-0004-0e98-ee5b37bbd501 in the Event Log or use the command line Get-AppPackageLog -ActivityID 5bec70
ba-bb37-0004-0e98-ee5b37bbd501
At line:1 char:1
+ Add-AppPackage .\Fedora-Remix-for-WSL_1.31.10.0_x64_arm64.appxbundle
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Users\Aleksa...rm64.appxbundle:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

PS C:\Users\Aleksandr.Dyukov\Downloads> Get-ItemProperty -Path .\vc_uwpdesktop.140.exe | Format-list -Property * -Force |findstr -i version
VersionInfo       : File:             C:\Users\Aleksandr.Dyukov\Downloads\vc_uwpdesktop.140.exe
                    FileVersion:      14.0.24222.0
                    FileDescription:  Microsoft Visual C++ 140 UWP Desktop Conversion Extension - 14.0.24217.00
                    Product:          Microsoft Visual C++ 140 UWP Desktop Conversion Extension - 14.0.24217.00
                    ProductVersion:   14.0.24222.0

Added at 08:25 GMT 09.01.2019:
I have enterprise environment without MS store access

from fedora-remix-for-wsl.

crramirez avatar crramirez commented on June 9, 2024

A new release was published lowering the requirements

from fedora-remix-for-wsl.

alexdyukov avatar alexdyukov commented on June 9, 2024

@crramirez as i can see the requirements lowered, but i am getting error with "developer licence required" which i cannot parse because of low windows experience. Looks like package OK now and its all about my own problem

PS C:\Users\Aleksandr.Dyukov\Downloads> Add-AppPackage "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs.Desktop\14.0\Appx\Retail\x64\M
icrosoft.VCLibs.x64.14.00.Desktop.appx"
PS C:\Users\Aleksandr.Dyukov\Downloads> Add-AppPackage .\Fedora-Remix-for-WSL_1.31.14.0_x64_arm64.appxbundle
Add-AppPackage : Deployment failed with HRESULT: 0x80073CFF, To install this application you need either a Windows developer license or a sideloading-enabled system.
Deployment of package WhitewaterFoundryLtd.Co.FedoraRemixforWSL_1.31.14.0_neutral_split.scale-125_zxdhfybd17krt with package origin Unknown failed because no valid licens
e or sideloading policy could be applied. A developer license (http://go.microsoft.com/fwlink/?LinkId=233074) or enterprise sideloading configuration (http://go.microsoft
.com/fwlink/?LinkId=231020) may be required.
NOTE: For additional information, look for [ActivityId] 5bec70ba-bb37-0004-99d9-f25b37bbd501 in the Event Log or use the command line Get-AppPackageLog -ActivityID 5bec70
ba-bb37-0004-99d9-f25b37bbd501
At line:1 char:1
+ Add-AppPackage .\Fedora-Remix-for-WSL_1.31.14.0_x64_arm64.appxbundle
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (C:\Users\Aleksa...rm64.appxbundle:String) [Add-AppxPackage], Exception
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

PS C:\Users\Aleksandr.Dyukov\Downloads> Add-AppPackage .\Fedora-Remix-for-WSL_1.31.10.0_x64_arm64.appxbundle
Add-AppPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict validation.
Windows cannot install package WhitewaterFoundryLtd.Co.FedoraRemixforWSL_1.31.10.0_x64__zxdhfybd17krt because this package depends on a framework that could not be found.
 Provide the framework "Microsoft.VCLibs.140.00.UWPDesktop" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral
or x64 processor architecture and minimum version 14.0.27323.0, along with this package to install. The frameworks with name "Microsoft.VCLibs.140.00.UWPDesktop" currentl
y
Windows cannot install package WhitewaterFoundryLtd.Co.FedoraRemixforWSL_1.31.10.0_x64__zxdhfybd17krt because this package depends on a framework that could not be found.
 Provide the framework "Microsoft.VCLibs.140.00.UWPDesktop" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral
or x64 processor architecture and minimum version 14.0.27323.0, along with this package to install. The frameworks with name "Microsoft.VCLibs.140.00.UWPDesktop" currentl
y installed are: {Microsoft.VCLibs.140.00.UWPDesktop_14.0.24217.0_x64__8wekyb3d8bbwe}
NOTE: For additional information, look for [ActivityId] 5bec70ba-bb37-0004-a1d9-f25b37bbd501 in the Event Log or use the command line Get-AppPackageLog -ActivityID 5bec70
ba-bb37-0004-a1d9-f25b37bbd501
At line:1 char:1
+ Add-AppPackage .\Fedora-Remix-for-WSL_1.31.10.0_x64_arm64.appxbundle
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Users\Aleksa...rm64.appxbundle:String) [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

from fedora-remix-for-wsl.

BadNetCode avatar BadNetCode commented on June 9, 2024

@alexdyukov I'm having the same problem. Did you resolve it?

from fedora-remix-for-wsl.

crramirez avatar crramirez commented on June 9, 2024

image

from fedora-remix-for-wsl.

alexdyukov avatar alexdyukov commented on June 9, 2024

@BadNetCode sorry, backlogged my task for Fedora in WSL. I has low windows experience to debug it. Ubuntu 18.04 / 16.04 from https://docs.microsoft.com/en-us/windows/wsl/install-manual works well

@crramirez security policy does not allow it (enterprise environment):
Untitled

from fedora-remix-for-wsl.

crramirez avatar crramirez commented on June 9, 2024

Click on Sideload apps

from fedora-remix-for-wsl.

alexdyukov avatar alexdyukov commented on June 9, 2024

@crramirez agree, thats works fine now. Asked my co-workers to reproduce install, so we can close issue with this solution

from fedora-remix-for-wsl.

alexdyukov avatar alexdyukov commented on June 9, 2024

Okey, we had reproduce install on several mashines. Its works good. At least it requires install UWP:

  1. download UWP package from https://www.microsoft.com/en-us/download/details.aspx?id=53175
  2. then install it through executing "exe" file
  3. then install it like appx package:
Add-AppPackage "C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs\Microsoft.VCLibs.Desktop\14.0\Appx\Retail\x64\M
icrosoft.VCLibs.x64.14.00.Desktop.appx"

Dunno hows third step affects UWP, but it doesnt work with out it.

@BadNetCode any success?

from fedora-remix-for-wsl.

ChristianStadelmann avatar ChristianStadelmann commented on June 9, 2024

Thank you for fixing this issue!

from fedora-remix-for-wsl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.