glsorre / amethystwindows

[ARCHIVED] Automatic tiling window manager for Windows 10/11
https://amethystwindows.com
MIT License
410 stars 24 forks source link

Allow installation via PowerShell #38

Closed lispstudent closed 2 years ago

lispstudent commented 3 years ago

Is your feature request related to a problem? Please describe.

At the moment I can only use Windows 10 Enterprise, with no Store App. I would like to be able to install Amethyst Windows there as well.

Describe the solution you'd like

Would you consider add ability to install Amethyst Windows on Windows Enterprise installs where MS App Installer is not allowed to run?

Describe alternatives you've considered

I know one can install .appxbundle with PowerShell command Add-AppxPackage.

At the moment it is not possible to do it with .\AmethystWindowsPackaging_1.0.21150.1_x86_x64_ARM.appxbundle`, see below for PowerShell output:

Add-AppxPackage .\AmethystWindowsPackaging_1.0.21150.1_x86_x64_ARM.appxbundle
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates,
dependency or conflict validation.
Windows cannot install package
e7e2fe78-574a-47c3-81a2-66484cda1c60_1.0.21150.1_x64__wr4dg9c1cnpd8 because this
package depends on a framework that could not be found. Provide the framework
"Microsoft.UI.Xaml.2.5" published by "CN=Microsoft Corporation, O=Microsoft
Corporation, L=Redmond, S=Washington, C=US", with neutral or x64 processor
architecture and minimum version 2.52012.2002.0, along with this package to install.
The frameworks with name "Microsoft.UI.Xaml.2.5" currently installed are: {}
NOTE: For additional information, look for [ActivityId]
62330703-5ae7-000a-cf08-3362e75ad701 in the Event Log or use the command line
Get-AppPackageLog -ActivityID 62330703-5ae7-000a-cf08-3362e75ad701
At line:1 char:1
+ Add-AppxPackage .\AmethystWindowsPackaging_1.0.21150.1_x86_x64_ARM.ap ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : WriteError: (C:\Users\scs\Do..._ARM.appxbundle:String)
   [Add-AppxPackage], IOException
    + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.C
   ommands.AddAppxPackageCommand

Additional context

None

glsorre commented 3 years ago

Hello @lispstudent, thank you for the notification. Let me investigate and come back to you.

alien2003 commented 3 years ago

The same issue on Windows AME