Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install latest beta 0.3.1? #47

Closed
1 task done
Skrell opened this issue Jul 24, 2022 · 14 comments
Closed
1 task done

Can't install latest beta 0.3.1? #47

Skrell opened this issue Jul 24, 2022 · 14 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Skrell
Copy link

Skrell commented Jul 24, 2022

Before you start...

  • Have you checked if similar issue have already been reported?

What windows are you seeing the problem on?

Windows 10

What OS/App version/architecture are you seeing the problem on?

x64

Description

When I double click either of the files *.appinstaller or *msixbundle I get a message saying "The app package is not supported for installation by App Installer because it uses restricted capabilities"?

Steps To Reproduce

Double click either installer.

Expected behavior

Installation to complete.

Relevant Assets

No response

@Skrell Skrell added the bug Something isn't working label Jul 24, 2022
@yoshiask yoshiask self-assigned this Jul 24, 2022
@SleepDaemon
Copy link

I get the same issue as well, version 2 still works mainly cause its an .exe

image

@yoshiask
Copy link
Owner

It seems like the 0.3.1 workaround for the startup crash is causing issues on machines that don't have Developer Mode enabled. I have a fix in mind.

Just out of curiosity, what happens if you run this PowerShell command in the folder you downloaded the App Installer?

Add-AppxPackage -AppInstallerFile "<path to the App Installer file you downloaded>"

@Skrell
Copy link
Author

Skrell commented Jul 24, 2022

I actually enabled developer mode and it made no difference.

@Skrell
Copy link
Author

Skrell commented Jul 24, 2022

It seems like the 0.3.1 workaround for the startup crash is causing issues on machines that don't have Developer Mode enabled. I have a fix in mind.

Just out of curiosity, what happens if you run this PowerShell command in the folder you downloaded the App Installer?

Add-AppxPackage -AppInstallerFile "<path to the App Installer file you downloaded>"

Add-AppxPackage : An invalid app installer file name was passed to this function. This file must have the
.appinstaller extension.
At line:1 char:1

  • Add-AppxPackage -AppInstallerFile ".\FluentStoreBeta_0.3.1.msixbundle ...
  •   + CategoryInfo          : NotSpecified: (:) [Add-AppxPackage], ArgumentException
      + FullyQualifiedErrorId : System.ArgumentException,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCo
     mmand
    

@Skrell
Copy link
Author

Skrell commented Jul 24, 2022

Just realized I didn't follow your instructions correctly, this is what happens when I user the *.appinstaller
image

@yoshiask
Copy link
Owner

@Skrell Does the PowerShell command complete? The greenish part should be a progress bar.

@Skrell
Copy link
Author

Skrell commented Jul 25, 2022 via email

@Skrell
Copy link
Author

Skrell commented Jul 25, 2022

I had no issue installing the previous version if that helps.... :-/

@yoshiask
Copy link
Owner

I had no issue installing the previous version if that helps.... :-/

Yeah, that's expected. As I said in an earlier comment, the fix for the 0.3.0 startup crash is exactly what's causing the issue here. I'll have to undo that and fix it in some other way.

@yoshiask yoshiask added this to the 0.3.2 milestone Jul 27, 2022
@yoshiask
Copy link
Owner

@Skrell Has this issue been resolved with v0.3.2-beta?

@Skrell
Copy link
Author

Skrell commented Jul 28, 2022 via email

@SleepDaemon
Copy link

@Skrell Has this issue been resolved with v0.3.2-beta?

I got this on 0.3.2
image

@yoshiask
Copy link
Owner

@Skrell Has this issue been resolved with v0.3.2-beta?

I got this on 0.3.2
image

@SleepDaemon Is this with the App Installer or the MSIX bundle? Either way, can you try the App Installer again?

@yoshiask yoshiask changed the title Can't install latest beta 0.3.1 ? Can't install latest beta 0.3.1? Jul 28, 2022
@yoshiask
Copy link
Owner

I'm closing this issue. If you're still having problems installing, please file a new report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants