TranslucentTB / TranslucentTB

A lightweight utility that makes the Windows taskbar translucent/transparent.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Installation of win10 LTSC 1809 internal version 17763.5122 failed

littlesleep opened this issue · comments

Please check for a duplicate first

  • I have checked the issue tracker if my bug has already been fixed or answered in another (possibly closed) issue.

Steps to reproduce the issue

Hello, I want to install TranslucentTB, but it seems that my system doesn't support it. I am looking for installation methods. Here is my system information: win10 LTSC 1809 internal version 17763.5122. There is no Microsoft Store.

Run: Add-AppxPackage .\bundle.msixbundle or TranslucentTB.appinstaller .

Expected results

Successful installation.

Actual results

Installation is wrong. :(

Windows version

Windows 10 May/November 2019 Update (builds 18362 and 18363)

Other details

Is it because it can only support higher versions?

Relevant log output

1.Add-AppxPackage  .\bundle.msixbundle
"Add-AppxPackage: Deployment failed with HRESULT: 0x80080204, the manifest of the Appx package is invalid. Error 0xC00CE014: App manifest validation error: The app manifest must conform to the schema: Line 52, Column 10. Note: The specified MaxVersionTested architecture cannot recognize the XML field with the namespace 'http://schemas.microsoft.com/appx/manifest/uap/windows10/8'. Please ensure that the correct MaxVersionTested is specified. Reason: According to the content model of the parent element '{http://schemas.microsoft.com/appx/manifest/uap/windows10/7}Properties', the element '{http://schemas.microsoft.com/appx/manifest/uap/windows10/8}ActiveCodePage' is an unexpected element. Requirement: {http://schemas.microsoft.com/appx/manifest/uap/windows10/7}ImportRedirectionTable. Note: For more information, look for [ActivityId] 433cff55-2529-000a-1e31-3d432925da01 in the event log or use the command Get-AppPackageLog -ActivityID 433cff55-2529-000a-1e31-3d432925da01. At line:1 char:1
+ Add-AppxPackage .\bundle.msixbundle"



2.Add-AppxPackage .\TranslucentTB.appinstaller
"Add-AppxPackage: Deployment failed with HRESULT: 0x80073CF0, unable to open the package. Error 0x8007000D: Failed to open the program package from the location TranslucentTB.appinstaller. Note: For more information, look for [ActivityId] 433cff55-2529-000a-6a36-3d432925da01 in the event log or use the command Get-AppPackageLog -ActivityID 433cff55-2529-000a-6a36-3d432925da01. At line:1 char:1
+ Add-AppxPackage .\TranslucentTB.appinstaller
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : OpenError: (C:\Users\Admini...TB.appinstaller:String) [Add-AppxPackage], FileNotFoundException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand"

18362 is the minimum supported version. TranslucentTB cannot run on lower versions because they don't support XAML islands, which TTB uses for its UI.