Skip to content
BrandonStudio edited this page Jan 19, 2024 · 1 revision

Welcome to the Poster wiki!

Installation

Windows

Method 1 - Install certificate

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.

Method 2 - PowerShell

Ensure you have enabled developer mode in settings.

  1. Extract msix bundle using whatever compress applictaion that you like.
  2. You now get several *.msix package, extract corresponding package. For example, if your computer is x64, you may extract poster-v0.1.1-windows.msixbundle\Poster_v0.1.1.0_x64.msix
  3. Go to unzipped folder, where there is an AppxPackage.xml
  4. Hold Shift and right click on folder background, select "Start PowerShell here"
  5. Paste and run following code:
    Add-AppxPackage -Register .\AppxPackage.xml

Clone this wiki locally