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

How to install unsigned package on Windows 10? #426

Open
slonopotamus opened this issue Jun 9, 2024 · 2 comments
Open

How to install unsigned package on Windows 10? #426

slonopotamus opened this issue Jun 9, 2024 · 2 comments

Comments

@slonopotamus
Copy link

Create an unsigned MSIX package page says to use Add-AppPackage -AllowUnsigned. But there is no -AllowUnsigned option on Windows 10, as you can see here

> Add-AppxPackage .\mypackage -AllowUnsigned
Add-AppxPackage : A parameter cannot be found that matches parameter name 'AllowUnsigned'.
At line:1 char:55
+ Add-AppxPackage .\mypackage -AllowUnsigned
+                                                       ~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Add-AppxPackage], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
@Boefdaan058
Copy link

all comments must go before the package
Add-AppPackage -allowUnsigned -path "/path/to/file"

@not-nullptr
Copy link

the given command still fails. was -AllowUnsigned removed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants