You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msix/README.md
+20-5Lines changed: 20 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,20 +118,33 @@ Note: These commands must be run from a terminal with administrator privileges
118
118
## Install using MSIX file
119
119
- If your `.msix` file was signed with a certificate trusted by Microsoft, you should be able to double-click it and install it via the GUI.
120
120
- If it was signed by a certificate trusted only by the local computer, you need to run the PowerShell command below from a terminal with administrator privileges
121
-
- If your `.msix` file is not signed, you will not be able to install it (even if your machine is in developer mode)
121
+
- If your `.msix` file is not signed, you will not be able to install it (even if your machine is in developer mode. See [the developer's section](#installing-test-builds-as-a-developer) for an alternate solution in that case.)
Note: The `package-full-name` must appear as it does in the `PackageFullName` attribute found via `Get-AppPackage`, including the package_ID at the end
159
+
**Note 1**: The `package-full-name` must appear as it does in the `PackageFullName` attribute found via `Get-AppPackage`, including the package_ID at the end
160
+
161
+
**Note 2**: You can add the `AllUsers` flag to `Remove-AppxPackage` to remove the package for every user on the PC.
0 commit comments