Open JingHai-Lingyun opened 1 month ago
Same :(
Same here after update
Please update
Use the Beta Version from @manstheram — https://github.com/manstheram/ModernFlyouts/releases
Works perfectly fine for me on 24H2
Use the Beta Version from @manstheram — https://github.com/manstheram/ModernFlyouts/releases
Works perfectly fine for me on 24H2
Can't install it, even with the certificate :(
Did you do the Certificate Install like this?
Did you do the Certificate Install like this?
Now yes, and it works. Thanks !
Did you do the Certificate Install like this?
Dude, you're a hero.
I should've mentioned that somewhere in the release..
Use the Beta Version from @manstheram — https://github.com/manstheram/ModernFlyouts/releases
Works perfectly fine for me on 24H2
Thanks Its working with Beta Version
you are my hero,my sweetie!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Did you do the Certificate Install like this?
Cheers boss!
I have error when starting (0xlx) with this beta version. App worked only one day. How can I fix it?. Windows 11 24H2
I have error when starting (0xlx) with this beta version. App worked only one day. How can I fix it?. Windows 11 24H2
Have you tried doing it all over again?
I have error when starting (0xlx) with this beta version. App worked only one day. How can I fix it?. Windows 11 24H2
Have you tried doing it all over again?
I have reinstalled the program several times but the same problem persists.
Add-AppPackage ".\ModernFlyouts.Package_0.9.8513.0_x86_x64_arm64.msixbundle" -AllowUnsigned
Use this in powershell console to install ModernFlyouts without certificate.
Add-AppPackage ".\ModernFlyouts.Package_0.9.8513.0_x86_x64_arm64.msixbundle" -AllowUnsigned
this works, had to adjust the filename slightly for the current msi
Did you do the Certificate Install like this?
Commenting just to say thank you, this worked. Much appreciated.
Is there a non-beta release to Windows Store planned?
Is there a fix for this that also works for the current release version, 0.9.3.0? The latest version from manstheram's repo has some rather large stylistic changes that I am not a fan of.
@RhapsodySL I don't currently use Windows but I'll make a release to revert any of those changes or make them optional if you can tell me what they are.
Hi, sorry for the delay. I'll get around to this soon, I've been otherwise occupied.
@RhapsodySL I don't currently use Windows but I'll make a release to revert any of those changes or make them optional if you can tell me what they are.
Sorry again for the delay. Mainly I'm finding that the visual design between 0.9.3.0 (current Microsoft Store version) and 0.10.0.0 (current repo version) is a general downgrade in functionality and appearance. Some specifics:
Issue | 0.9.3.0 | 0.10.0.0 |
---|---|---|
Pervasive outline on all elements, not present in older version | ||
No longer able to show media control buttons and track time together | (refer to above image) | |
Secondary track bar is redundant and can't be used for scrubbing | N/A | (refer to above image) |
There's some other nits, but in general I don't find 0.10.0.0 as having any changes that would prompt me to want to use it rather than just using 0.9.3.0, which I've had no real issues with. I'd appreciate if you could compile a release of that version that works on the latest version of Windows 11, or failing that, instructions on what commit fixes compatibility, and how to compile the application so that I can do it myself.
Does not work.
Edition Windows 11 Pro Version 24H2 OS build 26100.2161 Experience Windows Feature Experience Pack 1000.26100.32.0
Add-AppPackage ".\ModernFlyouts.Package_0.9.8513.0_x86_x64_arm64.msixbundle" -AllowUnsigned
Use this in powershell console to install ModernFlyouts without certificate.
this doesnt work , can you please give any additional advice how to correctly make use this script ? every time I get this mistake
Add-AppxPackage : A parameter cannot be found that matches parameter name 'AllowUnsigned'.
Add-AppPackage ".\ModernFlyouts.Package_0.9.8513.0_x86_x64_arm64.msixbundle" -AllowUnsigned
Use this in powershell console to install ModernFlyouts without certificate.this doesnt work , can you please give any additional advice how to correctly make use this script ? every time I get this mistake
Add-AppxPackage : A parameter cannot be found that matches parameter name 'AllowUnsigned'.
It worked for me, I have developer mode on but not sure if that's what allowed me to install it with the AllowUnsigned flag.
Add-AppPackage ".\ModernFlyouts.Package_0.9.8513.0_x86_x64_arm64.msixbundle" -AllowUnsigned
Use this in powershell console to install ModernFlyouts without certificate.this doesnt work , can you please give any additional advice how to correctly make use this script ? every time I get this mistake
Add-AppxPackage : A parameter cannot be found that matches parameter name 'AllowUnsigned'.
It worked for me, I have developer mode on but not sure if that's what allowed me to install it with the AllowUnsigned flag.
hi there thanks for the reply, I checked and I also have "developer Mode" turned on , but still get the
Add-AppxPackage : A parameter cannot be found that matches parameter name 'AllowUnsigned'.
At line:1 char:78
+ ... rnFlyouts.Package_0.9.8513.0_x86_x64_arm64.msixbundle" -AllowUnsigned
+ ~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Add-AppxPackage], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
error.
can you please provide any detailed information how you launched the script ? maybe I do smth wrong ?
I tried several ways, but the one I thought the most correct would be the following, so what I did
but anyway I get the error. also I tried to launch the PowerShell (as Admin) just from the Start Menu without folder and File specification, but no luck.
I tested this also without admin but this not working anyway.
Are you sure you have windows 11? I mean that the parameter AllowUnsigned is missing in Win10 ...
https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps vs https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2019-ps
The bug is about win11 24H2 version. You can use the store version if it is your case (win10), i mean.
If you can't use the beta, maybe try this: https://github.com/unchihugo/FluentFlyout
Are you sure you have windows 11? I mean that the parameter AllowUnsigned is missing in Win10 ...
https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps vs https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2019-ps
The bug is about win11 24H2 version. You can use the store version if it is your case (win10), i mean.
thanks for pointing this out, thats true I not use W11 and tried to launch this script on W10 . so on W10 I can ony use BETa ver with certificate
If you can't use the beta, maybe try this: https://github.com/unchihugo/FluentFlyout
It's nice, but I prefer ModernFlyouts
Discussed in https://github.com/ModernFlyouts-Community/ModernFlyouts/discussions/1335