-
Notifications
You must be signed in to change notification settings - Fork 0
Home
BrandonStudio edited this page Jan 19, 2024
·
1 revision
Welcome to the Poster wiki!
Download cert.cer to your computer and install it to LocalMachine\TrustedPeople, see https://learn.microsoft.com/windows/msix/app-installer/troubleshoot-appinstaller-issues#trusted-certificates.
Then you are able to install the msix bundle.
If you don't trust me, you can always resign the package with your own certificate.
Ensure you have enabled developer mode in settings.
- Extract msix bundle using whatever compress applictaion that you like.
- You now get several
*.msixpackage, extract corresponding package. For example, if your computer is x64, you may extractposter-v0.1.1-windows.msixbundle\Poster_v0.1.1.0_x64.msix - Go to unzipped folder, where there is an
AppxPackage.xml - Hold
Shiftand right click on folder background, select "Start PowerShell here" - Paste and run following code:
Add-AppxPackage -Register .\AppxPackage.xml